Searched refs:ub_thread_key_set (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/util/
H A Dlocks.c207 else ub_thread_key_set(*key, f);
210 void ub_thread_key_set(ub_thread_key_type key, void* v) function
H A Dlocks.h177 #define ub_thread_key_set(key, v) LOCKRET(pthread_setspecific(key, v)) macro
215 #define ub_thread_key_set(key, v) LOCKRET(thr_setspecific(key, v)) macro
253 void ub_thread_key_set(ub_thread_key_type key, void* v);
294 #define ub_thread_key_set(key, v) (key) = (v) macro
H A Dlog.c169 ub_thread_key_set(logkey, num);
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dchecklocks.h339 #define ub_thread_key_set(key, v) LOCKRET(pthread_setspecific(key, v)) macro

Completed in 53 milliseconds