Home
last modified time | relevance | path

Searched defs:ub_thread_key_create (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/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
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) in ub_thread_key_create() function
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dchecklocks.h338 #define ub_thread_key_create(key, f) LOCKRET(pthread_key_create(key, f)) macro