Home
last modified time | relevance | path

Searched refs:is_write_closed (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H A Devents.rs31 fn is_write_closed(&self) -> bool; in is_write_closed() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs65 if event.is_write_closed() {
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() functions
188 fn is_write_closed(event: i32) -> bool { in is_write_closed() functions
209 if is_write_closed(event) {
357 /// UT test cases for ready is_write_closed function
361 /// 2. Call is_write_closed
366 assert!(ready.is_write_closed()); in ut_ready_is_write_closed()
369 assert!(!ready.is_write_closed()); in ut_ready_is_write_closed()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs160 fn is_write_closed(&self) -> bool { in is_write_closed() functions
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dkqueue.rs265 fn is_write_closed(&self) -> bool { in is_write_closed() functions

Completed in 2 milliseconds