Home
last modified time | relevance | path

Searched refs:ub_thread_setname (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dlocks.h185 #define ub_thread_setname(thread, name) do { \ macro
189 #define ub_thread_setname(thread, name) do { \ macro
193 #define ub_thread_setname(thread, name) do { \ macro
197 #define ub_thread_setname(thread, name) do { \ macro
201 #define ub_thread_setname(thread, name) /* nop */ macro
242 #define ub_thread_setname(thread, name) /* nop */ macro
281 #define ub_thread_setname(thread, name) /* nop */ macro
323 #define ub_thread_setname(thread, name) /* nop */ macro
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c928 ub_thread_setname(worker->thr_id, name); in thread_start()
H A Dremote.c6851 ub_thread_setname(fast_reload_thread->tid, name); in fast_reload_thread_main()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c2147 ub_thread_setname(dtio->tid, name); in dnstap_io()