Searched refs:n_live_threads (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h104 uptr n_live_threads; member in struct:__hwasan::ThreadStats
174 stats_.n_live_threads++;
180 stats_.n_live_threads--;
H A Dhwasan.cpp164 internal_getpid(), GetRSS(), thread_stats.n_live_threads,
166 thread_stats.n_live_threads * thread_list.MemoryUsedPerThread(),
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devent_iocp.c81 if (--port->n_live_threads == 0)
96 if (--port->n_live_threads == 0)
209 ++port->n_live_threads;
265 n = port->n_live_threads;
H A Diocp-internal.h90 short n_live_threads; member in struct:event_iocp_port
/freebsd-12-stable/contrib/libevent/
H A Devent_iocp.c81 if (--port->n_live_threads == 0)
96 if (--port->n_live_threads == 0)
209 ++port->n_live_threads;
265 n = port->n_live_threads;
H A Diocp-internal.h90 short n_live_threads; member in struct:event_iocp_port

Completed in 175 milliseconds