Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dpoll.c58 pevents |= UV_PRIORITIZED; in uv__poll_io()
125 UV_PRIORITIZED)) == 0); in uv_poll_start()
143 if (pevents & UV_PRIORITIZED) in uv_poll_start()
/third_party/libuv/test/
Dtest-poll-oob.c76 if (events & UV_PRIORITIZED) { in poll_cb()
144 UV_PRIORITIZED | UV_READABLE | UV_WRITABLE, in connection_cb()
/third_party/libuv/docs/src/
Dpoll.rst58 UV_PRIORITIZED = 8
89 `UV_READABLE`, `UV_WRITABLE`, `UV_PRIORITIZED` and `UV_DISCONNECT`. As soon
93 The `UV_PRIORITIZED` event is used to watch for sysfs interrupts or TCP
137 .. versionchanged:: 1.14.0 Added the `UV_PRIORITIZED` event.
/third_party/libuv/src/win/
Dpoll.c494 UV_PRIORITIZED)) == 0); in uv__poll_set()
/third_party/libuv/include/
Duv.h824 UV_PRIORITIZED = 8 enumerator
/third_party/libuv/
DChangeLog315 * poll,win: UV_PRIORITIZED option should not assert (twosee)