Home
last modified time | relevance | path

Searched defs:ub_thread_key_set (Results 1 – 3 of 3) 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
294 #define ub_thread_key_set(key, v) (key) = (v) macro
H A Dlocks.c210 void ub_thread_key_set(ub_thread_key_type key, void* v) in ub_thread_key_set() function
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dchecklocks.h339 #define ub_thread_key_set(key, v) LOCKRET(pthread_setspecific(key, v)) macro