Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/sys/
H A Daio.rs83 pub enum AioCancelStat { enum
132 fn cancel(mut self: Pin<&mut Self>) -> Result<AioCancelStat> { in cancel()
137 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
138 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
139 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
260 /// if cs == AioCancelStat::AioNotCanceled {
272 fn cancel(self: Pin<&mut Self>) -> Result<AioCancelStat>; in cancel()
362 fn cancel(self: Pin<&mut Self>) -> Result<AioCancelStat> { in cancel()
1000 /// if cs == AioCancelStat::AioNotCanceled {
1012 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all()
[all...]

Completed in 2 milliseconds