Searched refs:ub_thread_key_create (Results 1 – 3 of 3) sorted by relevance
177 #define ub_thread_key_create(key, f) LOCKRET(pthread_key_create(key, f)) macro215 #define ub_thread_key_create(key, f) LOCKRET(thr_keycreate(key, f)) macro253 void ub_thread_key_create(ub_thread_key_type* key, void* f);294 #define ub_thread_key_create(key, f) (*(key)) = NULL macro
200 void ub_thread_key_create(ub_thread_key_type* key, void* f) in ub_thread_key_create() function
94 ub_thread_key_create(&logkey, NULL); in log_init()