Searched defs:ub_thread_key_get (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/unbound/util/
H A Dlocks.c146 void* ub_thread_key_get(ub_thread_key_t key) function
217 void* ub_thread_key_get(ub_thread_key_t key) function
H A Dlocks.h161 #define ub_thread_key_get(key) pthread_getspecific(key) macro
278 #define ub_thread_key_get(key) (key) macro

Completed in 179 milliseconds