Home
last modified time | relevance | path

Searched refs:can_sleep (Results 1 - 4 of 4) sorted by relevance

/third_party/libuv/src/win/
H A Dcore.c624 int can_sleep; in uv_run() local
640 can_sleep = loop->pending_reqs_tail == NULL && loop->idle_handles == NULL; in uv_run()
647 if ((mode == UV_RUN_ONCE && can_sleep) || mode == UV_RUN_DEFAULT) in uv_run()
/third_party/node/deps/uv/src/win/
H A Dcore.c595 int can_sleep; in uv_run() local
605 can_sleep = loop->pending_reqs_tail == NULL && loop->idle_handles == NULL; in uv_run()
612 if ((mode == UV_RUN_ONCE && can_sleep) || mode == UV_RUN_DEFAULT) in uv_run()
/third_party/node/deps/uv/src/unix/
H A Dcore.c385 int can_sleep; in uv_run() local
395 can_sleep = in uv_run()
403 if ((mode == UV_RUN_ONCE && can_sleep) || mode == UV_RUN_DEFAULT) in uv_run()
/third_party/libuv/src/unix/
H A Dcore.c430 int can_sleep; in uv_run() local
448 can_sleep = in uv_run()
457 if ((mode == UV_RUN_ONCE && can_sleep) || mode == UV_RUN_DEFAULT) in uv_run()

Completed in 6 milliseconds