Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
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 Dlocks.c207 else ub_thread_key_set(*key, f); in ub_thread_key_create()
210 void ub_thread_key_set(ub_thread_key_type key, void* v) in ub_thread_key_set() function
H A Dlog.c169 ub_thread_key_set(logkey, num); in log_thread_set()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dchecklocks.h339 #define ub_thread_key_set(key, v) LOCKRET(pthread_setspecific(key, v)) macro