Searched refs:threadnum (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/lib/libc/tests/resolv/ |
| H A D | resolv_test.c | 113 DBG("T%ld: host %s ok\n", threadnum, host); in resolv_getaddrinfo() 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() 157 DBG("T%ld: host %s ok\n", threadnum, host); in resolv_getipnodeby() 162 DBG("T%ld: reverse %s\n", threadnum, hp2->h_name); in resolv_getipnodeby() 174 resolvone(long threadnum, int n, enum method method) in resolvone() argument 187 error = resolv_gethostby(threadnum, host, &errstr); in resolvone() 205 threadnum, hosts->sl_str[i], error, errstr); in resolvone() 211 long threadnum; member 226 resolvone(args->threadnum, nhosts, args->method); in resolvloop() [all …]
|
| /freebsd-14.2/contrib/unbound/daemon/ |
| H A D | stats.h | 71 int threadnum);
|
| H A D | stats.c | 114 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-14.2/contrib/unbound/dnstap/ |
| H A D | dtstream.h | 123 int threadnum; member
|
| H A D | dtstream.c | 2133 log_thread_set(&dtio->threadnum); in dnstap_io() 2171 dtio->threadnum = numworkers+1; in dt_io_thread_start()
|