Home
last modified time | relevance | path

Searched refs:UV_DISCONNECT (Results 1 - 10 of 10) sorted by relevance

/third_party/libuv/src/unix/
H A Dpoll.c62 pevents |= UV_DISCONNECT; in uv__poll_io()
124 assert((pevents & ~(UV_READABLE | UV_WRITABLE | UV_DISCONNECT | in uv_poll_start()
147 if (pevents & UV_DISCONNECT) in uv_poll_start()
/third_party/node/deps/uv/src/unix/
H A Dpoll.c62 pevents |= UV_DISCONNECT; in uv__poll_io()
124 assert((pevents & ~(UV_READABLE | UV_WRITABLE | UV_DISCONNECT | in uv_poll_start()
147 if (pevents & UV_DISCONNECT) in uv_poll_start()
/third_party/libuv/test/
H A Dtest-poll.c413 if (events & UV_DISCONNECT) {
416 new_events &= ~UV_DISCONNECT;
510 connection_context->events = UV_READABLE | UV_WRITABLE | UV_DISCONNECT;
512 UV_READABLE | UV_WRITABLE | UV_DISCONNECT,
554 context->events = UV_READABLE | UV_WRITABLE | UV_DISCONNECT;
556 UV_READABLE | UV_WRITABLE | UV_DISCONNECT,
/third_party/libuv/src/win/
H A Dpoll.c117 if (handle->events & UV_DISCONNECT) { in uv__fast_poll_submit_poll_req()
172 events |= UV_DISCONNECT; in uv__fast_poll_process_poll_req()
492 assert((events & ~(UV_READABLE | UV_WRITABLE | UV_DISCONNECT | in uv__poll_set()
/third_party/node/deps/uv/src/win/
H A Dpoll.c115 if (handle->events & UV_DISCONNECT) { in uv__fast_poll_submit_poll_req()
170 events |= UV_DISCONNECT; in uv__fast_poll_process_poll_req()
491 assert((events & ~(UV_READABLE | UV_WRITABLE | UV_DISCONNECT | in uv__poll_set()
/third_party/node/deps/uvwasi/src/
H A Dpoll_oneoff.c179 event->events = UV_DISCONNECT | UV_READABLE; in uvwasi__poll_oneoff_state_add_fdevent()
182 event->events = UV_DISCONNECT | UV_WRITABLE; in uvwasi__poll_oneoff_state_add_fdevent()
H A Duvwasi.c2508 else if ((fdevent->revents & UV_DISCONNECT) != 0) in uvwasi_poll_oneoff()
/third_party/libuv/include/
H A Duv.h881 UV_DISCONNECT = 4, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h810 UV_DISCONNECT = 4, enumerator
/third_party/node/deps/uv/include/
H A Duv.h823 UV_DISCONNECT = 4, enumerator

Completed in 16 milliseconds