Home
last modified time | relevance | path

Searched refs:POLL_RECEIVE (Results 1 - 2 of 2) 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,
40 self.flags |= POLL_RECEIVE
137 POLL_RECEIVE | POLL_DISCONNECT | POLL_ABORT | POLL_ACCEPT | POLL_CONNECT_FAIL;
H A Dafd.rs31 pub const POLL_RECEIVE: u32 = 0x0001; consts
40 pub const ALL_EVENTS: u32 = POLL_RECEIVE

Completed in 1 milliseconds