Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/test/sys/
H A Dtest_aio.rs135 // Tests AioWrite.cancel. We aren't trying to test the OS's implementation,
303 let aiocb = AioWrite::new( in test_accessors()
322 // Tests AioWrite.cancel. We aren't trying to test the OS's implementation,
331 let mut aiow = Box::pin(AioWrite::new( in cancel()
361 let mut aiow = Box::pin(AioWrite::new( in ok()
391 let mut aiow = AioWrite::new( in on_stack()
411 /// `AioWrite::write` should not modify the `AioCb` object if
419 let mut aiow = Box::pin(AioWrite::new( in error()
427 // Dropping the AioWrite at this point should not panic in error()
524 let mut aiow = Box::pin(AioWrite in sigev_signal()
[all...]
H A Dtest_aio_drop.rs27 let mut aiocb = Box::pin(AioWrite::new( in test_drop()
/third_party/rust/crates/nix/src/sys/
H A Daio.rs6 //! [`write`](struct.AioWrite.html#method.new),
253 /// let mut aiocb = Box::pin(AioWrite::new(f.as_raw_fd(),
294 /// let mut aiocb = Box::pin(AioWrite::new(f.as_raw_fd(),
761 /// AioWrite::new(
777 pub struct AioWrite<'a> { structure names
783 impl<'a> AioWrite<'a> { impls
795 /// Construct a new `AioWrite`.
801 /// * `buf`: A memory buffer. It must outlive the `AioWrite`.
823 AioWrite { in new()
836 impl<'a> Aio for AioWrite<'
[all...]

Completed in 3 milliseconds