Home
last modified time | relevance | path

Searched refs:_wait (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Lib/test/
H A Dlock_tests.py23 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.py1743 def _wait(): function
1792 _wait()
1796 _wait()
/third_party/python/Lib/test/libregrtest/
H A Dwin_utils.py40 _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 Dlocks.py497 await self._wait()
528 async def _wait(self): member in Barrier
H A Dtasks.py418 return await _wait(fs, timeout, return_when, loop)
497 async def _wait(fs, timeout, return_when, loop): function
H A Dbase_subprocess.py221 async def _wait(self): member in BaseSubprocessTransport
H A Dsubprocess.py137 return await self._transport._wait()
H A Dwindows_events.py409 await transp._wait()
H A Dunix_events.py220 await transp._wait()
/third_party/python/Lib/
H A Dsubprocess.py1111 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 Dthreading.py690 self._wait(timeout)
724 def _wait(self, timeout): member in Barrier
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h270 #define wait _wait
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py530 await asyncio.wait_for(transport._wait(), 5)

Completed in 23 milliseconds