Searched refs:ub_thread_key_create (Results 1 – 3 of 3) sorted by relevance
156 #define ub_thread_key_create(key, f) LOCKRET(pthread_key_create(key, f)) macro194 #define ub_thread_key_create(key, f) LOCKRET(thr_keycreate(key, f)) macro232 void ub_thread_key_create(ub_thread_key_t* key, void* f);273 #define ub_thread_key_create(key, f) (*(key)) = NULL macro
200 void ub_thread_key_create(ub_thread_key_t* key, void* f) in ub_thread_key_create() function
88 ub_thread_key_create(&logkey, NULL); in log_init()