Home
last modified time | relevance | path

Searched refs:uv__io_active (Results 1 - 8 of 8) sorted by relevance

/third_party/libuv/src/unix/
H A Dstream.c173 if (uv__io_active(&stream->io_watcher, POLLIN)) in uv__stream_osx_select()
175 if (uv__io_active(&stream->io_watcher, POLLOUT)) in uv__stream_osx_select()
250 if ((events & POLLIN) && uv__io_active(&stream->io_watcher, POLLIN)) in uv__stream_osx_select_cb()
253 if ((events & POLLOUT) && uv__io_active(&stream->io_watcher, POLLOUT)) in uv__stream_osx_select_cb()
456 assert(!uv__io_active(&stream->io_watcher, POLLIN | POLLOUT)); in uv__stream_destroy()
1553 assert(!uv__io_active(&handle->io_watcher, POLLIN | POLLOUT)); in uv__stream_close()
H A Dudp.c67 assert(!uv__io_active(&handle->io_watcher, POLLIN | POLLOUT)); in uv__udp_finish_close()
127 if (!uv__io_active(&handle->io_watcher, POLLIN)) in uv__udp_run_completed()
1341 if (uv__io_active(&handle->io_watcher, POLLIN)) in uv__udp_recv_start()
1361 if (!uv__io_active(&handle->io_watcher, POLLOUT)) in uv__udp_recv_stop()
H A Dinternal.h260 int uv__io_active(const uv__io_t* w, unsigned int events);
H A Dcore.c1004 int uv__io_active(const uv__io_t* w, unsigned int events) { in uv__io_active() function
/third_party/node/deps/uv/src/unix/
H A Dstream.c163 if (uv__io_active(&stream->io_watcher, POLLIN)) in uv__stream_osx_select()
165 if (uv__io_active(&stream->io_watcher, POLLOUT)) in uv__stream_osx_select()
240 if ((events & POLLIN) && uv__io_active(&stream->io_watcher, POLLIN)) in uv__stream_osx_select_cb()
243 if ((events & POLLOUT) && uv__io_active(&stream->io_watcher, POLLOUT)) in uv__stream_osx_select_cb()
446 assert(!uv__io_active(&stream->io_watcher, POLLIN | POLLOUT)); in uv__stream_destroy()
1620 assert(!uv__io_active(&handle->io_watcher, POLLIN | POLLOUT)); in uv__stream_close()
H A Dudp.c103 assert(!uv__io_active(&handle->io_watcher, POLLIN | POLLOUT)); in uv__udp_finish_close()
163 if (!uv__io_active(&handle->io_watcher, POLLIN)) in uv__udp_run_completed()
1389 if (uv__io_active(&handle->io_watcher, POLLIN)) in uv__udp_recv_start()
1409 if (!uv__io_active(&handle->io_watcher, POLLOUT)) in uv__udp_recv_stop()
H A Dinternal.h214 int uv__io_active(const uv__io_t* w, unsigned int events);
H A Dcore.c953 int uv__io_active(const uv__io_t* w, unsigned int events) { in uv__io_active() function

Completed in 12 milliseconds