Home
last modified time | relevance | path

Searched defs:PendingOperation (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/cros_async/src/
During_executor.rs151 ) -> Result<PendingOperation> { in start_read_to_mem()
167 ) -> Result<PendingOperation> { in start_write_from_mem()
178 pub fn start_fallocate(&self, offset: u64, len: u64, mode: u32) -> Result<PendingOperation> { in start_fallocate()
189 pub fn start_fsync(&self) -> Result<PendingOperation> { in start_fsync()
200 pub fn poll_fd_readable(&self) -> Result<PendingOperation> { in poll_fd_readable()
783 pub struct PendingOperation { struct
789 impl Future for PendingOperation { argument
823 impl Drop for PendingOperation { implementation
946 async fn cancel_io(op: PendingOperation) { in canceled_before_completion()
950 async fn check_result(op: PendingOperation, expected: u32) { in canceled_before_completion()
[all …]
Dfd_executor.rs86 pub fn wait_readable(&self) -> Result<PendingOperation> { in wait_readable()
100 pub fn wait_writable(&self) -> Result<PendingOperation> { in wait_writable()
135 pub struct PendingOperation { struct
140 impl Future for PendingOperation { argument
161 impl Drop for PendingOperation { implementation
561 async fn check_op(op: PendingOperation) { in drop_before_completion()
/external/perfetto/src/profiling/memory/
Dbookkeeping.h251 struct PendingOperation { struct
270 const PendingOperation& operation); argument