Searched refs:threadnum (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/lib/libc/tests/resolv/ |
| H A D | resolv_test.c | 114 DBG("T%ld: host %s ok\n", threadnum, host); in resolv_getaddrinfo() 136 DBG("T%ld: host %s ok\n", threadnum, host); in resolv_gethostby() 140 DBG("T%ld: reverse %s\n", threadnum, hp2->h_name); in resolv_gethostby() 158 DBG("T%ld: host %s ok\n", threadnum, host); in resolv_getipnodeby() 163 DBG("T%ld: reverse %s\n", threadnum, hp2->h_name); in resolv_getipnodeby() 175 resolvone(long threadnum, int n, enum method method) in resolvone() argument 188 error = resolv_gethostby(threadnum, host, &errstr); in resolvone() 206 threadnum, hosts->sl_str[i], error, errstr); in resolvone() 212 long threadnum; member 227 resolvone(args->threadnum, nhosts, args->method); in resolvloop() [all …]
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | stats.h | 71 int threadnum);
|
| H A D | stats.c | 111 int threadnum) in server_stats_log() argument 116 threadnum, (unsigned)stats->num_queries, in server_stats_log() 123 "exceeded %u jostled %u", threadnum, in server_stats_log()
|
| /freebsd-13.1/contrib/unbound/dnstap/ |
| H A D | dtstream.h | 123 int threadnum; member
|
| H A D | dtstream.c | 2096 log_thread_set(&dtio->threadnum); in dnstap_io() 2134 dtio->threadnum = numworkers+1; in dt_io_thread_start()
|