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

/netbsd-current/external/bsd/unbound/dist/util/
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
H A Dlocks.c200 void ub_thread_key_create(ub_thread_key_type* key, void* f) function
H A Dlog.c91 ub_thread_key_create(&logkey, NULL);
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dchecklocks.h338 #define ub_thread_key_create(key, f) LOCKRET(pthread_key_create(key, f)) macro

Completed in 97 milliseconds