Searched defs:ub_thread_key_get (Results 1 – 3 of 3) sorted by relevance
146 void* ub_thread_key_get(ub_thread_key_type key) in ub_thread_key_get() function217 void* ub_thread_key_get(ub_thread_key_type key) in ub_thread_key_get() function
178 #define ub_thread_key_get(key) pthread_getspecific(key) macro295 #define ub_thread_key_get(key) (key) macro
340 #define ub_thread_key_get(key) pthread_getspecific(key) macro