Searched defs:ub_thread_key_set (Results 1 – 5 of 5) sorted by relevance
/openbsd/sbin/unwind/libunbound/util/ |
H A D | locks.h | 177 #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 D | locks.c | 210 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 D | locks.h | 177 #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 D | locks.c | 210 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 D | checklocks.h | 339 #define ub_thread_key_set(key, v) LOCKRET(pthread_setspecific(key, v)) macro
|