Searched refs:ub_thread_key_create (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/unbound/util/
H A Dlocks.h156 #define ub_thread_key_create(key, f) LOCKRET(pthread_key_create(key, f)) macro
194 #define ub_thread_key_create(key, f) LOCKRET(thr_keycreate(key, f)) macro
232 void ub_thread_key_create(ub_thread_key_t* key, void* f);
273 #define ub_thread_key_create(key, f) (*(key)) = NULL macro
H A Dlocks.c200 void ub_thread_key_create(ub_thread_key_t* key, void* f) function
H A Dlog.c88 ub_thread_key_create(&logkey, NULL);

Completed in 501 milliseconds