HomeSort by: relevance | last modified time | path
    Searched refs:uv__io_active (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
stream.c 173 if (uv__io_active(&stream->io_watcher, POLLIN))
175 if (uv__io_active(&stream->io_watcher, POLLOUT))
250 if ((events & POLLIN) && uv__io_active(&stream->io_watcher, POLLIN))
253 if ((events & POLLOUT) && uv__io_active(&stream->io_watcher, POLLOUT))
456 assert(!uv__io_active(&stream->io_watcher, POLLIN | POLLOUT));
1558 assert(!uv__io_active(&handle->io_watcher, POLLIN | POLLOUT));
udp.c 71 assert(!uv__io_active(&handle->io_watcher, POLLIN | POLLOUT));
131 if (!uv__io_active(&handle->io_watcher, POLLIN))
1216 if (uv__io_active(&handle->io_watcher, POLLIN))
1236 if (!uv__io_active(&handle->io_watcher, POLLOUT))
internal.h 269 int uv__io_active(const uv__io_t* w, unsigned int events);
core.c 1015 int uv__io_active(const uv__io_t* w, unsigned int events) { function

Completed in 17 milliseconds