Home
last modified time | relevance | path

Searched refs:only_active (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/
H A Duv-common.c555 static void uv__print_handles(uv_loop_t* loop, int only_active, FILE* stream) { in uv__print_handles() argument
569 if (only_active && !uv__is_active(h)) in uv__print_handles()
/third_party/node/deps/uv/src/
H A Duv-common.c521 static void uv__print_handles(uv_loop_t* loop, int only_active, FILE* stream) { in uv__print_handles() argument
532 if (only_active && !uv__is_active(h)) in uv__print_handles()

Completed in 3 milliseconds