Home
last modified time | relevance | path

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

/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()
/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,
/libuv/docs/src/
H A 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
113 Though `UV_DISCONNECT` can be set, it is unsupported on AIX and as such
138 .. versionchanged:: 1.9.0 Added the `UV_DISCONNECT` event.
/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()
/libuv/include/
H A Duv.h895 UV_DISCONNECT = 4, enumerator
/libuv/
H A DChangeLog2297 * test,sunos: disable UV_DISCONNECT handling (Andrew Paprocki)
2695 * linux: handle exclusive POLLHUP with UV_DISCONNECT (Brad King)
3941 * poll: add UV_DISCONNECT event (Santiago Gimeno)

Completed in 26 milliseconds