Home
last modified time | relevance | path

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

/libuv/src/unix/
H A 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()
/libuv/test/
H A Dtest-poll-oob.c76 if (events & UV_PRIORITIZED) { in poll_cb()
148 UV_PRIORITIZED | UV_READABLE | UV_WRITABLE, in connection_cb()
/libuv/docs/src/
H A 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
139 .. versionchanged:: 1.14.0 Added the `UV_PRIORITIZED` event.
/libuv/src/win/
H A Dpoll.c493 UV_PRIORITIZED)) == 0); in uv__poll_set()
/libuv/include/
H A Duv.h896 UV_PRIORITIZED = 8 enumerator
/libuv/
H A DChangeLog1246 * poll,win: UV_PRIORITIZED option should not assert (twosee)

Completed in 21 milliseconds