Home
last modified time | relevance | path

Searched defs:ub_thread_key_set (Results 1 – 5 of 5) sorted by relevance

/openbsd/sbin/unwind/libunbound/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
/openbsd/usr.sbin/unbound/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
/openbsd/usr.sbin/unbound/testcode/
H A Dchecklocks.h339 #define ub_thread_key_set(key, v) LOCKRET(pthread_setspecific(key, v)) macro