Home
last modified time | relevance | path

Searched refs:no_epoll_pwait (Results 1 – 1 of 1) sorted by relevance

/third_party/libuv/src/unix/
Depoll.c115 int no_epoll_pwait; in uv__io_poll() local
205 no_epoll_pwait = uv__load_relaxed(&no_epoll_pwait_cached); in uv__io_poll()
221 if (sigmask != 0 && no_epoll_pwait != 0) in uv__io_poll()
225 if (no_epoll_wait != 0 || (sigmask != 0 && no_epoll_pwait == 0)) { in uv__io_poll()
233 no_epoll_pwait = 1; in uv__io_poll()
246 if (sigmask != 0 && no_epoll_pwait != 0) in uv__io_poll()
279 assert(no_epoll_wait == 0 || no_epoll_pwait == 0); in uv__io_poll()