Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/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()
/openbsd-src/sbin/unwind/libunbound/daemon/
H A Dstats.h71 int threadnum);
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py166 threadnum = int (packet[15:], 16)
167 return self.threadStopInfo(threadnum)
304 def threadStopInfo(self, threadnum): argument
/openbsd-src/usr.sbin/unbound/dnstap/
H A Ddtstream.h123 int threadnum; member
H A Ddtstream.c2133 log_thread_set(&dtio->threadnum); in dt_io_thread_start()
2171 dtio->threadnum = numworkers+1; in dt_io_thread_stop()