OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv__is_active
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
loop-watcher.c
33
if (
uv__is_active
(handle)) return 0; \
42
if (!
uv__is_active
(handle)) return 0; \
linux-inotify.c
259
if (
uv__is_active
(handle))
308
if (!
uv__is_active
(handle))
fsevents.c
169
/* NOTE: Checking
uv__is_active
() is required here, because handle \
172
if (!uv__is_closing((handle)) &&
uv__is_active
((handle))) \
177
if (err != 0 && !uv__is_closing((handle)) &&
uv__is_active
((handle))) \
kqueue.c
577
if (
uv__is_active
(handle))
640
if (!
uv__is_active
(handle))
sunos.c
523
if (
uv__is_active
(handle))
567
if (!
uv__is_active
(handle))
os390.c
666
if (
uv__is_active
(handle))
692
if (!
uv__is_active
(handle))
aix.c
856
if (!
uv__is_active
(handle))
linux.c
2691
if (
uv__is_active
(handle))
2742
if (!
uv__is_active
(handle))
core.c
307
* possible for it to be active in the sense that
uv__is_active
() returns
501
return
uv__is_active
(handle);
/src/external/mit/libuv/dist/src/win/
loop-watcher.c
52
if (
uv__is_active
(handle)) \
81
if (!
uv__is_active
(handle)) \
fs-event.c
169
if (
uv__is_active
(handle))
355
if (
uv__is_active
(handle))
365
if (!
uv__is_active
(handle))
435
if (!
uv__is_active
(handle)) {
591
} else if (
uv__is_active
(handle)) {
poll.c
185
if (
uv__is_active
(handle))
/src/external/mit/libuv/dist/src/
timer.c
99
if (
uv__is_active
(handle)) {
uv-common.h
275
#define
uv__is_active
(h) \
macro
uv-common.c
587
if (only_active && !
uv__is_active
(h))
669
if (!
uv__is_active
(handle)) {
Completed in 28 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026