Searched refs:ub_thread_key_create (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | locks.h | 176 #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 D | locks.c | 200 void ub_thread_key_create(ub_thread_key_type* key, void* f) in ub_thread_key_create() function
|
H A D | log.c | 91 ub_thread_key_create(&logkey, NULL); in log_init()
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | checklocks.h | 338 #define ub_thread_key_create(key, f) LOCKRET(pthread_key_create(key, f)) macro
|