Home
last modified time | relevance | path

Searched refs:n_live_threads (Results 1 – 2 of 2) sorted by relevance

/external/libevent/
Devent_iocp.c81 if (--port->n_live_threads == 0) in loop()
96 if (--port->n_live_threads == 0) in loop()
209 ++port->n_live_threads; in event_iocp_port_launch_()
265 n = port->n_live_threads; in event_iocp_shutdown_()
Diocp-internal.h90 short n_live_threads; member