Searched refs:UV_DISCONNECT (Results 1 – 8 of 8) sorted by relevance
62 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()
412 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,
57 UV_DISCONNECT = 4,89 `UV_READABLE`, `UV_WRITABLE`, `UV_PRIORITIZED` and `UV_DISCONNECT`. As soon96 The `UV_DISCONNECT` event is optional in the sense that it may not be111 Though `UV_DISCONNECT` can be set, it is unsupported on AIX and as such136 .. versionchanged:: 1.9.0 Added the `UV_DISCONNECT` event.
179 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()
2431 else if ((fdevent->revents & UV_DISCONNECT) != 0) in uvwasi_poll_oneoff()
117 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()
823 UV_DISCONNECT = 4, enumerator
1366 * 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)