HomeSort by relevance Sort by last modified time
    Searched refs:wait_for_handle (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/test/test_asyncio/
test_windows_events.py 114 fut = self.loop._proactor.wait_for_handle(event, 0.5)
127 fut = self.loop._proactor.wait_for_handle(event, 10)
146 fut = self.loop._proactor.wait_for_handle(event, 10)
156 fut = self.loop._proactor.wait_for_handle(event)
  /external/python/cpython3/Lib/asyncio/
windows_events.py 559 def wait_for_handle(self, handle, timeout=None): member in class:IocpProactor
768 f = self._loop._proactor.wait_for_handle(int(self._proc._handle))
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py 90 def wait_for_handle(handle, timeout): function
395 self.assertFalse(wait_for_handle(sentinel, timeout=0.0))
398 self.assertTrue(wait_for_handle(sentinel, timeout=1))
    [all...]

Completed in 297 milliseconds