Home
last modified time | relevance | path

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

/freebsd/contrib/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.h179 #define ub_thread_key_get(key) pthread_getspecific(key) macro
296 #define ub_thread_key_get(key) (key) macro