Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/resolv/
H A Dresolv_test.c100 resolv_getaddrinfo(long threadnum, char *host, int port, const char **errstr) in resolv_getaddrinfo() argument
113 DBG("T%ld: host %s ok\n", threadnum, host); in resolv_getaddrinfo()
118 DBG("T%ld: reverse %s %s\n", threadnum, hbuf, pbuf); in resolv_getaddrinfo()
122 DBG("T%ld: host %s not found: %s\n", threadnum, host, *errstr); in resolv_getaddrinfo()
128 resolv_gethostby(long threadnum, char *host, const char **errstr) in resolv_gethostby() argument
135 DBG("T%ld: host %s ok\n", threadnum, host); in resolv_gethostby()
139 DBG("T%ld: reverse %s\n", threadnum, hp2->h_name); in resolv_gethostby()
143 DBG("T%ld: host %s not found: %s\n", threadnum, host, *errstr); in resolv_gethostby()
149 resolv_getipnodeby(long threadnum, char *host, const char **errstr) in resolv_getipnodeby() argument
157 DBG("T%ld: host %s ok\n", threadnum, host); in resolv_getipnodeby()
[all …]
/freebsd/contrib/unbound/daemon/
H A Dstats.h71 int threadnum);
H A Dstats.c114 int threadnum) in server_stats_log() argument
119 threadnum, (unsigned)stats->num_queries, in server_stats_log()
126 "exceeded %u jostled %u", threadnum, in server_stats_log()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.h123 int threadnum; member
H A Ddtstream.c2133 log_thread_set(&dtio->threadnum); in dnstap_io()
2171 dtio->threadnum = numworkers+1; in dt_io_thread_start()