Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/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
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dchecklocks.h340 #define ub_thread_key_get(key) pthread_getspecific(key) macro