Home
last modified time | relevance | path

Searched refs:ub_thread_key_set (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/unbound/util/
HDlocks.h157 #define ub_thread_key_set(key, v) LOCKRET(pthread_setspecific(key, v)) macro
195 #define ub_thread_key_set(key, v) LOCKRET(thr_setspecific(key, v)) macro
233 void ub_thread_key_set(ub_thread_key_t key, void* v);
274 #define ub_thread_key_set(key, v) (key) = (v) macro
HDlocks.c207 else ub_thread_key_set(*key, f); in ub_thread_key_create()
210 void ub_thread_key_set(ub_thread_key_t key, void* v) in ub_thread_key_set() function
HDlog.c148 ub_thread_key_set(logkey, num); in log_thread_set()