Searched refs:wait_for_handle (Results 1 – 3 of 3) sorted by relevance
166 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)
664 def wait_for_handle(self, handle, timeout=None): member in IocpProactor893 f = self._loop._proactor.wait_for_handle(int(self._proc._handle))
119 def wait_for_handle(handle, timeout): function524 self.assertFalse(wait_for_handle(sentinel, timeout=0.0))527 self.assertTrue(wait_for_handle(sentinel, timeout=1))