Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/unix/
During_executor.rs219 ) -> Result<PendingOperation> { in start_read_to_mem()
235 ) -> Result<PendingOperation> { in start_write_from_mem()
246 pub fn start_fallocate(&self, offset: u64, len: u64, mode: u32) -> Result<PendingOperation> { in start_fallocate()
257 pub fn start_fsync(&self) -> Result<PendingOperation> { in start_fsync()
268 pub fn poll_fd_readable(&self) -> Result<PendingOperation> { in poll_fd_readable()
977 pub struct PendingOperation { struct
983 impl Future for PendingOperation { implementation
1017 impl Drop for PendingOperation { implementation
1157 async fn cancel_io(op: PendingOperation) { in canceled_before_completion()
1161 async fn check_result(op: PendingOperation, expected: u32) { in canceled_before_completion()
[all …]
Dfd_executor.rs122 pub fn wait_readable(&self) -> Result<PendingOperation> { in wait_readable()
135 pub fn wait_writable(&self) -> Result<PendingOperation> { in wait_writable()
169 pub struct PendingOperation { struct
174 impl Future for PendingOperation { argument
195 impl Drop for PendingOperation { implementation
659 async fn check_op(op: PendingOperation) { in drop_before_completion()
/external/perfetto/src/profiling/memory/
Dbookkeeping.h252 struct PendingOperation { struct
271 const PendingOperation& operation); argument
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dfake_proof_source_handle.h134 PendingOperation(ProofSource* delegate, ProofSourceHandleCallback* callback, in PendingOperation() function
/external/cronet/net/extras/sqlite/
Dsqlite_persistent_cookie_store.cc314 class PendingOperation { class in net::SQLitePersistentCookieStore::Backend
322 PendingOperation(OperationType op, const CanonicalCookie& cc) in PendingOperation() function in net::SQLitePersistentCookieStore::Backend::PendingOperation
Dsqlite_persistent_reporting_and_nel_store.cc354 class SQLitePersistentReportingAndNelStore::Backend::PendingOperation { class in net::SQLitePersistentReportingAndNelStore::Backend
356 PendingOperation(PendingOperationType type, DataType data) in PendingOperation() function in net::SQLitePersistentReportingAndNelStore::Backend::PendingOperation