Home
last modified time | relevance | path

Searched refs:is_readable (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs53 if event.is_readable() { in from_event()
75 pub fn is_readable(self) -> bool { in is_readable() method
102 if interest.is_readable() { in from_interest()
173 fn is_readable(event: i32) -> bool {
197 if is_readable(event) {
321 assert!(ready.is_readable()); in ut_ready_is_readable()
324 assert!(!ready.is_readable()); in ut_ready_is_readable()
H A Dschedule_io.rs256 if ready.is_readable() { in wake0()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dinterest.rs37 pub const fn is_readable(self) -> bool { in is_readable() method
51 if self.is_readable() { in into_io_event()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dkqueue.rs78 if interests.is_readable() { in register()
97 let r_flags = match interests.is_readable() { in reregister()
253 fn is_readable(&self) -> bool { in is_readable() method
H A Depoll.rs140 fn is_readable(&self) -> bool { in is_readable() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H A Devents.rs22 fn is_readable(&self) -> bool; in is_readable() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/examples/
H A Dylong_io_tcp_server.rs69 } else if event.is_readable() { in main()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs148 fn is_readable(&self) -> bool { in is_readable() method
H A Dselector.rs594 if interests.is_readable() { in interests_to_afd_flags()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/tests/
H A Duds_test.rs104 } else if event.is_readable() { in server()