Searched defs:ub_thread_key_create (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.sbin/unbound/util/
H A Dlocks.c200 void ub_thread_key_create(ub_thread_key_type* key, void* f) 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
293 #define ub_thread_key_create(key, f) (*(key)) = NULL macro
/openbsd-current/sbin/unwind/libunbound/util/
H A Dlocks.c200 void ub_thread_key_create(ub_thread_key_type* key, void* f) 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
293 #define ub_thread_key_create(key, f) (*(key)) = NULL macro
/openbsd-current/usr.sbin/unbound/testcode/
H A Dchecklocks.h338 #define ub_thread_key_create(key, f) LOCKRET(pthread_key_create(key, f)) macro

Completed in 85 milliseconds