Home
last modified time | relevance | path

Searched refs:WAIT_TIMEOUT (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs29 STATUS_CANCELLED, WAIT_TIMEOUT,
138 Err(ref e) if e.raw_os_error() == Some(WAIT_TIMEOUT as i32) => Ok(0), in select_inner()
H A Dwinapi.rs91 pub const WAIT_TIMEOUT: WIN32_ERROR = 258; consts

Completed in 2 milliseconds