Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/
Dwindows.rs16 pub mod wait_for_handle; module
/external/crosvm/cros_async/src/sys/windows/
Dtokio_source.rs214 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle() method
Dhandle_source.rs387 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle() method
Doverlapped_source.rs402 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle() method
/external/crosvm/cros_async/src/
Dio_source.rs164 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle() method
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py698 def wait_for_handle(self, handle, timeout=None): member in IocpProactor
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py134 def wait_for_handle(handle, timeout): function