Home
last modified time | relevance | path

Searched refs:recursion_key (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/utils/
Dpadsp.c360 static pthread_key_t recursion_key; variable
363 pthread_key_create(&recursion_key, NULL); in recursion_key_alloc()
371 if (pthread_getspecific(recursion_key)) in function_enter()
374 pthread_setspecific(recursion_key, (void*) 1); in function_enter()
379 pthread_setspecific(recursion_key, NULL); in function_exit()