Home
last modified time | relevance | path

Searched refs:ub_thread_key_create (Results 1 – 3 of 3) sorted by last modified time

/freebsd/contrib/unbound/util/
H A Dlog.c91 ub_thread_key_create(&logkey, NULL); in log_init()
H A Dlocks.c200 void ub_thread_key_create(ub_thread_key_type* key, void* f) in ub_thread_key_create() function
H A Dlocks.h176 #define ub_thread_key_create(key, f) LOCKRET(pthread_key_create(key, f)) macro
214 #define ub_thread_key_create(key, f) LOCKRET(thr_keycreate(key, f)) macro
252 void ub_thread_key_create(ub_thread_key_type* key, void* f);
293 #define ub_thread_key_create(key, f) (*(key)) = NULL macro