Searched refs:can_sleep (Results 1 – 2 of 2) sorted by relevance
622 int can_sleep; in uv_run() local638 can_sleep = loop->pending_reqs_tail == NULL && loop->idle_handles == NULL; in uv_run()645 if ((mode == UV_RUN_ONCE && can_sleep) || mode == UV_RUN_DEFAULT) in uv_run()
428 int can_sleep; in uv_run() local444 can_sleep = in uv_run()453 if ((mode == UV_RUN_ONCE && can_sleep) || mode == UV_RUN_DEFAULT) in uv_run()
Completed in 10 milliseconds