Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs29 STATUS_CANCELLED, WAIT_TIMEOUT,
465 } else if self.iosb.Anonymous.Status == STATUS_CANCELLED { in sock_feed_event()
H A Dwinapi.rs76 pub const STATUS_CANCELLED: NTSTATUS = -1073741536; const