OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:can_sleep
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/src/win/
core.c
531
int
can_sleep
;
local
547
can_sleep
= loop->pending_reqs_tail == NULL && loop->idle_handles == NULL;
554
if ((mode == UV_RUN_ONCE &&
can_sleep
) || mode == UV_RUN_DEFAULT)
/src/external/mit/libuv/dist/src/unix/
core.c
430
int
can_sleep
;
local
446
can_sleep
=
455
if ((mode == UV_RUN_ONCE &&
can_sleep
) || mode == UV_RUN_DEFAULT)
Completed in 20 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026