Home
last modified time | relevance | path

Searched refs:wait_for_handle (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_windows_events.py166 fut = self.loop._proactor.wait_for_handle(event, 0.5)
181 fut = self.loop._proactor.wait_for_handle(event, 10)
200 fut = self.loop._proactor.wait_for_handle(event, 10)
210 fut = self.loop._proactor.wait_for_handle(event)
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py664 def wait_for_handle(self, handle, timeout=None): member in IocpProactor
893 f = self._loop._proactor.wait_for_handle(int(self._proc._handle))
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py119 def wait_for_handle(handle, timeout): function
524 self.assertFalse(wait_for_handle(sentinel, timeout=0.0))
527 self.assertTrue(wait_for_handle(sentinel, timeout=1))