Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dinterest.rs42 pub const fn is_writable(self) -> bool {
56 if self.is_writable() { in into_io_event()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H A Devents.rs25 fn is_writable(&self) -> bool; in is_writable() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs57 if event.is_writable() {
79 pub fn is_writable(self) -> bool { in is_writable() functions
107 if interest.is_writable() {
178 fn is_writable(event: i32) -> bool { in is_writable() functions
201 if is_writable(event) {
327 /// UT test cases for ready is_writable function
331 /// 2. Call is_writable
336 assert!(ready.is_writable()); in ut_ready_is_writable()
339 assert!(!ready.is_writable()); in ut_ready_is_writable()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dkqueue.rs83 if interests.is_writable() { in register()
102 let w_flags = match interests.is_writable() { in reregister()
257 fn is_writable(&self) -> bool { in is_writable() functions
/commonlibrary/rust/ylong_runtime/ylong_io/examples/
H A Dylong_io_tcp_server.rs53 if event.is_writable() { in main()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs152 fn is_writable(&self) -> bool { in is_writable() functions
H A Dselector.rs599 if interests.is_writable() { in interests_to_afd_flags()
/commonlibrary/rust/ylong_runtime/ylong_io/tests/
H A Duds_test.rs91 if event.is_writable() { in server()

Completed in 4 milliseconds