Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/sys/
H A Daio.rs7 //! [`fsync`](struct.AioFsync.html#method.new),
330 /// let mut aiof = Box::pin(AioFsync::new(f.as_raw_fd(), AioFsyncMode::O_SYNC,
422 /// let mut aiof = Box::pin(AioFsync::new(f.as_raw_fd(), AioFsyncMode::O_SYNC,
432 pub struct AioFsync { structure names
437 impl AioFsync { impls
445 /// Create a new `AioFsync`.
468 AioFsync { in new()
475 impl Aio for AioFsync {
494 // AioFsync does not need AsMut, since it can't be used with lio_listio
496 impl AsRef<libc::aiocb> for AioFsync {
[all...]
/third_party/rust/crates/nix/test/sys/
H A Dtest_aio.rs50 let aiocb = AioFsync::new( in test_accessors()
67 /// `AioFsync::submit` should not modify the `AioCb` object if
81 let mut aiof = Box::pin(AioFsync::new( in error()
98 let mut aiof = Box::pin(AioFsync::new( in ok()

Completed in 3 milliseconds