Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
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/
Dtest-poll.c412 if (events & UV_DISCONNECT) {
415 new_events &= ~UV_DISCONNECT;
509 connection_context->events = UV_READABLE | UV_WRITABLE | UV_DISCONNECT;
511 UV_READABLE | UV_WRITABLE | UV_DISCONNECT,
553 context->events = UV_READABLE | UV_WRITABLE | UV_DISCONNECT;
555 UV_READABLE | UV_WRITABLE | UV_DISCONNECT,
/third_party/libuv/docs/src/
Dpoll.rst57 UV_DISCONNECT = 4,
89 `UV_READABLE`, `UV_WRITABLE`, `UV_PRIORITIZED` and `UV_DISCONNECT`. As soon
96 The `UV_DISCONNECT` event is optional in the sense that it may not be
111 Though `UV_DISCONNECT` can be set, it is unsupported on AIX and as such
136 .. versionchanged:: 1.9.0 Added the `UV_DISCONNECT` event.
/third_party/node/deps/uvwasi/src/
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()
Duvwasi.c2431 else if ((fdevent->revents & UV_DISCONNECT) != 0) in uvwasi_poll_oneoff()
/third_party/libuv/src/win/
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()
493 assert((events & ~(UV_READABLE | UV_WRITABLE | UV_DISCONNECT | in uv__poll_set()
/third_party/libuv/include/
Duv.h823 UV_DISCONNECT = 4, enumerator
/third_party/libuv/
DChangeLog1366 * test,sunos: disable UV_DISCONNECT handling (Andrew Paprocki)
1764 * linux: handle exclusive POLLHUP with UV_DISCONNECT (Brad King)
3010 * poll: add UV_DISCONNECT event (Santiago Gimeno)