Home
last modified time | relevance | path

Searched refs:thread_tid (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dworker.h97 pid_t thread_tid;
91 pid_t thread_tid; global() member
H A Dremote.h211 pid_t thread_tid; member
H A Ddaemon.c904 worker->thread_tid = gettid(); in set_log_thread_id()
906 log_thread_set(&worker->thread_tid); in set_log_thread_id()
H A Dstats.c417 , (unsigned)who->thread_tid in server_stats_obtain()
H A Dremote.c6844 fast_reload_thread->thread_tid = gettid(); in fast_reload_thread_main()
6846 log_thread_set(&fast_reload_thread->thread_tid); in fast_reload_thread_main()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.h136 pid_t thread_tid; member
H A Ddtstream.c2140 dtio->thread_tid = gettid(); in dnstap_io()
2142 log_thread_set(&dtio->thread_tid); in dnstap_io()