Home
last modified time | relevance | path

Searched refs:is_readable (Results 1 - 8 of 8) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dinterest.rs37 pub const fn is_readable(self) -> bool {
51 if self.is_readable() { in into_io_event()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H A Devents.rs22 fn is_readable(&self) -> bool; in is_readable() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs53 if event.is_readable() {
75 pub fn is_readable(self) -> bool { in is_readable() functions
102 if interest.is_readable() {
173 fn is_readable(event: i32) -> bool { in is_readable() functions
197 if is_readable(event) {
312 /// UT test cases for ready is_readable function
316 /// 2. Call is_readable
321 assert!(ready.is_readable()); in ut_ready_is_readable()
324 assert!(!ready.is_readable()); in ut_ready_is_readable()
/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() functions
/commonlibrary/rust/ylong_runtime/ylong_io/examples/
H A Dylong_io_tcp_server.rs69 } else if event.is_readable() { in main()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs148 fn is_readable(&self) -> bool { in is_readable() functions
H A Dselector.rs594 if interests.is_readable() { in interests_to_afd_flags()
/commonlibrary/rust/ylong_runtime/ylong_io/tests/
H A Duds_test.rs104 } else if event.is_readable() { in server()

Completed in 4 milliseconds