Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs49 pub(super) fn from_completion_status(status: &CompletionStatus) -> Event { in from_completion_status() method
H A Dselector.rs154 events.push(Event::from_completion_status(iocp_event)); in feed_events()