Home
last modified time | relevance | path

Searched refs:active_reqs (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/uv/src/
Duv-common.h230 ((loop)->active_reqs.count > 0)
234 (loop)->active_reqs.count++; \
241 (loop)->active_reqs.count--; \
/third_party/libuv/src/
Duv-common.h233 ((loop)->active_reqs.count > 0)
237 (loop)->active_reqs.count++; \
244 (loop)->active_reqs.count--; \
/third_party/node/deps/uv/src/unix/
Dloop.c58 loop->active_reqs.count = 0; in uv_loop_init()
/third_party/libuv/src/unix/
Dloop.c65 loop->active_reqs.count = 0; in uv_loop_init()
/third_party/node/deps/uv/src/win/
Dcore.c257 loop->active_reqs.count = 0; in uv_loop_init()
/third_party/libuv/src/win/
Dcore.c257 loop->active_reqs.count = 0; in uv_loop_init()
/third_party/libuv/include/
Duv.h1842 } active_reqs; member
/third_party/node/deps/uv/include/
Duv.h1815 } active_reqs; member
/third_party/libuv/include/uv_ndk/
Duv.h1791 } active_reqs; member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h43884 struct list_head active_reqs; member