Home
last modified time | relevance | path

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

/openbsd/sbin/unwind/libunbound/util/
H A Dlocks.h172 #define ub_thread_self() pthread_self() macro
211 #define ub_thread_self() thr_self() macro
288 #define ub_thread_self() getpid() macro
H A Dlocks.c244 ub_thread_type ub_thread_self(void) in ub_thread_self() function
/openbsd/usr.sbin/unbound/util/
H A Dlocks.h172 #define ub_thread_self() pthread_self() macro
211 #define ub_thread_self() thr_self() macro
288 #define ub_thread_self() getpid() macro
H A Dlocks.c244 ub_thread_type ub_thread_self(void) in ub_thread_self() function
/openbsd/usr.sbin/unbound/testcode/
H A Dchecklocks.h334 #define ub_thread_self() pthread_self() macro