Searched refs:POLLPRI (Results 1 – 12 of 12) sorted by relevance
7 #define POLLPRI 0x0002 macro
56 pollfd.events = POLLPRI; in main()
91 DEFINE(UM_POLLPRI, POLLPRI); in foo()
66 then ``POLLPRI`` will be set in the ``revents`` field and82 If the caller is only interested in events (just ``POLLPRI`` is set in
29 poll system calls on video devices. The V4L2 events use POLLPRI events
52 then the ``POLLPRI`` flag is set. When the function times out it returns
63 included in the exceptfds argument, and for poll(), POLLPRI should be
75 POLLPRI. In this way, userspace can wait for events to occur.
594 请在 events 中设置 POLLPRI 和 POLLERR。如果你使用轮询操作
89 you use poll(2), set the events POLLPRI and POLLERR. If you
1453 ufds[0].events = POLLERR | POLLPRI; in block_till_state_change()
693 you use poll(2), set the events POLLPRI and POLLERR. If you