Searched refs:_wait (Results 1 – 16 of 16) sorted by relevance
/third_party/python/Lib/test/ |
D | lock_tests.py | 23 def _wait(): function 53 _wait() 64 _wait() 68 _wait() 149 _wait() 248 _wait() 249 _wait() 253 _wait() 391 _wait() 524 _wait() [all …]
|
D | _test_multiprocessing.py | 1680 def _wait(): function 1729 _wait() 1733 _wait()
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gst-cpu-throttling-clock.c | 120 _wait (GstClock * clock, GstClockEntry * entry, GstClockTimeDiff * jitter) in _wait() function 195 clock_klass->wait = GST_DEBUG_FUNCPTR (_wait); in gst_cpu_throttling_clock_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglsyncmeta.c | 213 _wait (GstGLContext * context, GstGLSyncMeta * sync_meta) in _wait() function 238 (GstGLContextThreadFunc) _wait, sync_meta); in gst_gl_sync_meta_wait()
|
/third_party/python/Lib/ |
D | subprocess.py | 1051 self._wait(timeout=self._sigint_wait_secs) 1160 self._wait(timeout=sigint_timeout) 1204 return self._wait(timeout=timeout) 1217 self._wait(timeout=sigint_timeout) 1477 def _wait(self, timeout): member in Popen 1906 def _wait(self, timeout): member in Popen
|
D | threading.py | 661 self._wait(timeout) 695 def _wait(self, timeout): member in Barrier
|
/third_party/python/Lib/asyncio/ |
D | tasks.py | 384 return await _wait(fs, timeout, return_when, loop) 463 async def _wait(fs, timeout, return_when, loop): function
|
D | subprocess.py | 134 return await self._transport._wait()
|
D | base_subprocess.py | 226 async def _wait(self): member in BaseSubprocessTransport
|
D | windows_events.py | 404 await transp._wait()
|
D | unix_events.py | 220 await transp._wait()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_subprocess.py | 481 await asyncio.wait_for(transport._wait(), 5)
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 28422 when calling _unschedule instead of letting the code calling _wait remove 70898 would have a subsequent _wait return immediately leading to high CPU 108138 Remove some pointless asserts in _wait function.
|
/third_party/NuttX/ |
D | ReleaseNotes | 27585 * [PR-1595](https://github.com/apache/incubator-nuttx/pull/1595) epoll\_wait()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 156199 If the second call to _wait blocks, we will not signal the condition 168371 functions on that new descriptor, so restart the loop, so _wait
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 109186 around it. So we need to loop around the _wait() function to make sure
|