HomeSort by: relevance | last modified time | path
    Searched refs:n_live_threads (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread_list.h 70 uptr n_live_threads; member in struct:__hwasan::ThreadStats
170 stats_.n_live_threads++;
176 stats_.n_live_threads--;
hwasan.cpp 179 internal_getpid(), GetRSS(), thread_stats.n_live_threads,
181 thread_stats.n_live_threads * thread_list.MemoryUsedPerThread(),
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread_list.h 70 uptr n_live_threads; member in struct:__hwasan::ThreadStats
159 stats_.n_live_threads++;
165 stats_.n_live_threads--;
hwasan.cpp 152 internal_getpid(), GetRSS(), thread_stats.n_live_threads,
154 thread_stats.n_live_threads * thread_list.MemoryUsedPerThread(),
  /src/external/bsd/libevent/dist/
event_iocp.c 82 if (--port->n_live_threads == 0)
97 if (--port->n_live_threads == 0)
210 ++port->n_live_threads;
266 n = port->n_live_threads;
iocp-internal.h 91 short n_live_threads; member in struct:event_iocp_port
  /src/external/bsd/ntp/dist/sntp/libevent/
event_iocp.c 83 if (--port->n_live_threads == 0)
98 if (--port->n_live_threads == 0)
211 ++port->n_live_threads;
267 n = port->n_live_threads;
iocp-internal.h 92 short n_live_threads; member in struct:event_iocp_port

Completed in 20 milliseconds