Home
last modified time | relevance | path

Searched refs:active_handles (Results 1 - 11 of 11) sorted by relevance

/third_party/libuv/test/
H A Dtest-loop-time.c47 loop->active_handles++; in TEST_IMPL()
50 loop->active_handles--; in TEST_IMPL()
/third_party/libuv/src/
H A Duv-common.h269 ((loop)->active_handles > 0)
273 (h)->loop->active_handles++; \
279 (h)->loop->active_handles--; \
/third_party/node/deps/uv/src/
H A Duv-common.h246 ((loop)->active_handles > 0)
250 (h)->loop->active_handles++; \
256 (h)->loop->active_handles--; \
/third_party/node/deps/uv/src/unix/
H A Dloop.c57 loop->active_handles = 0; in uv_loop_init()
/third_party/libuv/src/unix/
H A Dloop.c69 loop->active_handles = 0; in uv_loop_init()
H A Dcore.c417 return loop->active_handles > initial_handles || in uv_loop_alive_taskpool()
/third_party/libuv/src/win/
H A Dcore.c261 loop->active_handles = 0; in uv_loop_init()
/third_party/node/deps/uv/src/win/
H A Dcore.c258 loop->active_handles = 0; in uv_loop_init()
/third_party/libuv/include/
H A Duv.h1939 unsigned int active_handles; member
/third_party/libuv/include/uv_ndk/
H A Duv.h1786 unsigned int active_handles; member
/third_party/node/deps/uv/include/
H A Duv.h1810 unsigned int active_handles; member

Completed in 20 milliseconds