Searched refs:POLL_LOCAL_CLOSE (Results 1 – 3 of 3) sorted by relevance
222 pub const POLL_LOCAL_CLOSE: u32 = 0b000_100_000; constant235 | POLL_LOCAL_CLOSE
105 afd::POLL_LOCAL_CLOSE, in debug_details()
147 self.poll_info.handles[0].events = self.user_evts | afd::POLL_LOCAL_CLOSE; in update()214 } else if self.poll_info.handles[0].events & afd::POLL_LOCAL_CLOSE != 0 { in feed_event()