Searched refs:can_sleep (Results 1 – 2 of 2) sorted by relevance
531 int can_sleep; in uv_run() local547 can_sleep = loop->pending_reqs_tail == NULL && loop->idle_handles == NULL; in uv_run()554 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 14 milliseconds