Home
last modified time | relevance | path

Searched refs:is_write_closed (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs65 if event.is_write_closed() { in from_event()
80 (self & Ready::WRITABLE).0 != 0 || self.is_write_closed() in is_writable()
87 pub fn is_write_closed(self) -> bool { in is_write_closed() method
188 fn is_write_closed(event: i32) -> bool {
209 if is_write_closed(event) {
366 assert!(ready.is_write_closed()); in ut_ready_is_write_closed()
369 assert!(!ready.is_write_closed()); in ut_ready_is_write_closed()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H A Devents.rs31 fn is_write_closed(&self) -> bool; in is_write_closed() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs160 fn is_write_closed(&self) -> bool { in is_write_closed() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Depoll.rs155 fn is_write_closed(&self) -> bool { in is_write_closed() method
H A Dkqueue.rs265 fn is_write_closed(&self) -> bool { in is_write_closed() method