Home
last modified time | relevance | path

Searched defs:ub_thread_key_get (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/unbound/util/
Dlocks.c146 void* ub_thread_key_get(ub_thread_key_type key) in ub_thread_key_get() function
217 void* ub_thread_key_get(ub_thread_key_type key) in ub_thread_key_get() function
Dlocks.h178 #define ub_thread_key_get(key) pthread_getspecific(key) macro
295 #define ub_thread_key_get(key) (key) macro
/openbsd/src/sbin/unwind/libunbound/util/
Dlocks.c146 void* ub_thread_key_get(ub_thread_key_type key) in ub_thread_key_get() function
217 void* ub_thread_key_get(ub_thread_key_type key) in ub_thread_key_get() function
Dlocks.h178 #define ub_thread_key_get(key) pthread_getspecific(key) macro
295 #define ub_thread_key_get(key) (key) macro
/openbsd/src/usr.sbin/unbound/testcode/
Dchecklocks.h340 #define ub_thread_key_get(key) pthread_getspecific(key) macro