Home
last modified time | relevance | path

Searched defs:AsyncResult (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/cros_async/src/
Dpoll_source.rs151 async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable()
257 async fn fallocate(&self, file_offset: u64, len: u64, mode: u32) -> AsyncResult<()> { in fallocate()
274 async fn fsync(&self) -> AsyncResult<()> { in fsync()
Dexecutor.rs263 pub fn run(&self) -> AsyncResult<()> { in run()
During_source.rs90 async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable()
184 async fn fallocate(&self, file_offset: u64, len: u64, mode: u32) -> AsyncResult<()> { in fallocate()
193 async fn fsync(&self) -> AsyncResult<()> { in fsync()
/external/python/cpython2/Lib/multiprocessing/
Dpool.py586 AsyncResult = ApplyResult # create alias -- see #17805 variable
/external/python/cpython3/Lib/multiprocessing/
Dpool.py785 AsyncResult = ApplyResult # create alias -- see #17805 variable