Searched defs:_wait (Results 1 – 8 of 8) sorted by relevance
| /external/autotest/server/site_tests/hardware_MemoryIntegrity/ | ||
| D | hardware_MemoryIntegrity.py | 54 def _wait(self, seconds, suspend): member in hardware_MemoryIntegrity |
| /external/python/cpython3/Lib/asyncio/ | ||
| D | base_subprocess.py | 225 async def _wait(self): member in BaseSubprocessTransport |
| D | tasks.py | 428 async def _wait(fs, timeout, return_when, loop): function |
| /external/python/cpython2/Lib/test/ | ||
| D | lock_tests.py | 14 def _wait(): function |
| /external/python/cpython3/Lib/ | ||
| D | subprocess.py | 1221 def _wait(self, timeout): member in Popen |
| D | threading.py | 647 def _wait(self, timeout): member in Barrier |
| /external/python/cpython3/Lib/test/ | ||
| D | lock_tests.py | 15 def _wait(): function |
| D | _test_multiprocessing.py | 1571 def _wait(): function |