Home
last modified time | relevance | path

Searched defs:wait_for_handle (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/cros_async/src/sys/
Dwindows.rs13 pub mod wait_for_handle; module
/external/crosvm/cros_async/src/sys/unix/
Dpoll_source.rs353 pub async fn wait_for_handle(&self) -> AsyncResult<u64> { in wait_for_handle() method
During_source.rs193 pub async fn wait_for_handle(&self) -> AsyncResult<u64> { in wait_for_handle() method
/external/crosvm/cros_async/src/
Dio_source.rs174 pub async fn wait_for_handle(&self) -> AsyncResult<u64> { in wait_for_handle() method
/external/crosvm/cros_async/src/sys/windows/
Dhandle_source.rs412 pub async fn wait_for_handle(&self) -> AsyncResult<u64> { in wait_for_handle() method
Doverlapped_source.rs394 pub async fn wait_for_handle(&self) -> AsyncResult<u64> { in wait_for_handle() method
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py669 def wait_for_handle(self, handle, timeout=None): member in IocpProactor
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py129 def wait_for_handle(handle, timeout): function