Constant EPOLLWAKEUP
pub const EPOLLWAKEUP: u32 = _; // 536_870_912u32
Available on crate feature
dep_nc
only.Expand description
Request the handling of system wakeup events so as to prevent system suspends from happening while those events are being processed.
Assuming neither EPOLLET
nor EPOLLONESHOT
is set, system suspends will not be
re-allowed until epoll_wait
is called again after consuming the wakeup
event(s).
Requires CAP_BLOCK_SUSPEND