Home
last modified time | relevance | path

Searched refs:POLL_CONNECT_FAIL (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs17 POLL_ABORT, POLL_ACCEPT, POLL_CONNECT_FAIL, POLL_DISCONNECT, POLL_RECEIVE, POLL_SEND,
137 POLL_RECEIVE | POLL_DISCONNECT | POLL_ABORT | POLL_ACCEPT | POLL_CONNECT_FAIL;
138 pub(crate) const WRITABLE_FLAGS: u32 = POLL_SEND | POLL_ABORT | POLL_CONNECT_FAIL;
139 pub(crate) const READ_CLOSED_FLAGS: u32 = POLL_DISCONNECT | POLL_ABORT | POLL_CONNECT_FAIL;
140 pub(crate) const WRITE_CLOSED_FLAGS: u32 = POLL_ABORT | POLL_CONNECT_FAIL;
141 pub(crate) const ERROR_FLAGS: u32 = POLL_CONNECT_FAIL;
H A Dafd.rs38 pub const POLL_CONNECT_FAIL: u32 = 0x0100; consts
47 | POLL_CONNECT_FAIL;
H A Dselector.rs448 self.user_interests_flags = flags | afd::POLL_CONNECT_FAIL | afd::POLL_ABORT; in set_event()
469 afd_events = afd::POLL_CONNECT_FAIL; in sock_feed_event()

Completed in 2 milliseconds