Home
last modified time | relevance | path

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

/trueos/contrib/unbound/util/
HDlocks.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
273 #define ub_thread_key_create(key, f) (*(key)) = NULL macro
HDlocks.c200 void ub_thread_key_create(ub_thread_key_t* key, void* f) in ub_thread_key_create() function