Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dlocks.h173 #define ub_thread_self() pthread_self() macro
236 #define ub_thread_self() thr_self() macro
275 ub_thread_type ub_thread_self(void);
315 #define ub_thread_self() getpid() macro
H A Dlocks.c244 ub_thread_type ub_thread_self(void) in ub_thread_self() function
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c943 ub_thread_setname(ub_thread_self(), name); in thread_start()
H A Dremote.c7079 ub_thread_setname(ub_thread_self(), name); in fast_reload_thread_main()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c2147 ub_thread_setname(ub_thread_self(), name); in dnstap_io()