Home
last modified time | relevance | path

Searched refs:ERROR_IO_PENDING (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs27 WSAGetLastError, WSAIoctl, ERROR_INVALID_HANDLE, ERROR_IO_PENDING, HANDLE, OVERLAPPED,
383 if code != ERROR_IO_PENDING as i32 { in update_while_idle()
H A Dwinapi.rs90 pub const ERROR_IO_PENDING: WIN32_ERROR = 997; const