Searched refs:is_write_closed (Results 1 – 7 of 7) sorted by relevance
53 if event.is_write_closed() { in from_mio()103 self.contains(Ready::WRITABLE) || self.is_write_closed() in is_writable()132 pub fn is_write_closed(self) -> bool { in is_write_closed() method236 .field("is_write_closed", &self.is_write_closed()) in fmt()
119 pub fn is_write_closed(&self) -> bool { in is_write_closed() method120 sys::event::is_write_closed(&self.inner) in is_write_closed()202 .field("write_closed", &self.is_write_closed()) in fmt()
89 pub fn is_write_closed(_: &Event) -> bool { in is_write_closed() function
74 pub fn is_write_closed(event: &Event) -> bool { in is_write_closed() function
180 pub fn is_write_closed(event: &Event) -> bool { in is_write_closed() function
403 pub fn is_write_closed(event: &Event) -> bool { in is_write_closed() function
154 * Report `epoll(2)`'s `EPOLLERR` event as `Event::is_write_closed` if it's the232 `Event::is_write_closed`.