Home
last modified time | relevance | path

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

/openbsd-src/sbin/unwind/libunbound/util/
H A 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
H A 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/util/
H A 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
H A 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/
H A Dchecklocks.h340 #define ub_thread_key_get(key) pthread_getspecific(key) macro