Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/windows/
Dtokio_source.rs124 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync()
128 pub async fn fsync(&self) -> AsyncResult<()> { in fsync()
147 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole()
211 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable()
214 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle()
267 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at()
Doverlapped_source.rs120 ) -> AsyncResult<()> { in read()
136 ) -> AsyncResult<()> { in write()
225 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable()
316 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole()
338 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at()
359 pub async fn fsync(&self) -> AsyncResult<()> { in fsync()
379 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync()
402 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle()
Dhandle_source.rs238 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable()
308 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole()
326 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at()
346 pub async fn fsync(&self) -> AsyncResult<()> { in fsync()
364 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync()
387 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle()
Dtimer.rs12 pub async fn wait_sys(&self) -> AsyncResult<()> { in wait_sys()
/external/crosvm/cros_async/src/sys/linux/
Dpoll_source.rs205 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable()
322 pub async fn fsync(&self) -> AsyncResult<()> { in fsync()
333 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole()
344 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at()
356 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync()
Dtokio_source.rs210 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync()
220 pub async fn fsync(&self) -> AsyncResult<()> { in fsync()
300 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole()
310 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable()
388 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at()
During_source.rs64 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable()
124 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole()
135 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at()
146 pub async fn fsync(&self) -> AsyncResult<()> { in fsync()
154 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync()
Dtimer.rs13 pub async fn wait_sys(&self) -> AsyncResult<()> { in wait_sys()
/external/crosvm/cros_async/src/
Dio_source.rs101 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable()
125 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole()
130 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at()
135 pub async fn fsync(&self) -> AsyncResult<()> { in fsync()
141 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync()
164 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle()
Dtimer.rs32 pub async fn wait(&self) -> AsyncResult<()> { in wait()
Dio_ext.rs28 pub type AsyncResult<T> = std::result::Result<T, AsyncError>; typedef
Dexecutor.rs608 pub fn run(&self) -> AsyncResult<()> { in run()
/external/cronet/tot/base/win/
Dpost_async_results.h113 using AsyncResult = in PostAsyncOperationCompletedHandler() local
/external/cronet/stable/base/win/
Dpost_async_results.h113 using AsyncResult = in PostAsyncOperationCompletedHandler() local
/external/python/cpython3/Lib/multiprocessing/
Dpool.py788 AsyncResult = ApplyResult # create alias -- see #17805 variable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Networking/WinHttp/
Dmod.rs1380 pub AsyncResult: WINHTTP_ASYNC_RESULT, field
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Networking/WinHttp/
Dmod.rs1380 pub AsyncResult: WINHTTP_ASYNC_RESULT, field