Searched refs:POLLPRI (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dpoll.h12 #define POLLPRI 0x002 macro
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dprocess.c187 __fdio_wait_begin(tty, POLLPRI, &wait_objects[no_wait_obj].handle, &wait_objects[no_wait_obj].waitfor);
205 } else if (tty && (interrupt_event & POLLPRI)) {
/fuchsia/zircon/system/utest/pty/
H A Dpty-test.c195 ASSERT_EQ(fd_signals(pc), POLLHUP | POLLPRI, ""); local
/fuchsia/zircon/system/ulib/fdio/
H A Dremoteio.c45 static_assert((POLLPRI << POLL_SHIFT) == DEVICE_SIGNAL_OOB, "");

Completed in 97 milliseconds