Searched refs:_wait (Results 1 - 13 of 13) sorted by relevance
/third_party/python/Lib/test/ |
H A D | lock_tests.py | 23 def _wait(): function 53 _wait() 64 _wait() 68 _wait() 149 _wait() 248 _wait() 249 _wait() 253 _wait() 391 _wait() 501 # _wait() statement [all...] |
H A D | _test_multiprocessing.py | 1743 def _wait(): function 1792 _wait() 1796 _wait()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | win_utils.py | 40 _wait=_winapi.WaitForSingleObject, 43 while _wait(self._running, 1000): 110 _wait=_winapi.WaitForSingleObject, 117 _wait(self._stopped, -1)
|
/third_party/python/Lib/asyncio/ |
H A D | locks.py | 497 await self._wait() 528 async def _wait(self): member in Barrier
|
H A D | tasks.py | 418 return await _wait(fs, timeout, return_when, loop) 497 async def _wait(fs, timeout, return_when, loop): function
|
H A D | base_subprocess.py | 221 async def _wait(self): member in BaseSubprocessTransport
|
H A D | subprocess.py | 137 return await self._transport._wait()
|
H A D | windows_events.py | 409 await transp._wait()
|
H A D | unix_events.py | 220 await transp._wait()
|
/third_party/python/Lib/ |
H A D | subprocess.py | 1111 self._wait(timeout=self._sigint_wait_secs) 1220 self._wait(timeout=sigint_timeout) 1264 return self._wait(timeout=timeout) 1277 self._wait(timeout=sigint_timeout) 1580 def _wait(self, timeout): function 2014 def _wait(self, timeout): function
|
H A D | threading.py | 690 self._wait(timeout) 724 def _wait(self, timeout): member in Barrier
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 270 #define wait _wait
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_subprocess.py | 530 await asyncio.wait_for(transport._wait(), 5)
|
Completed in 21 milliseconds