Home
last modified time | relevance | path

Searched refs:_wait (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Lib/test/
Dlock_tests.py23 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.py1680 def _wait(): function
1729 _wait()
1733 _wait()
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgst-cpu-throttling-clock.c120 _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/
Dgstglsyncmeta.c213 _wait (GstGLContext * context, GstGLSyncMeta * sync_meta) in _wait() function
238 (GstGLContextThreadFunc) _wait, sync_meta); in gst_gl_sync_meta_wait()
/third_party/python/Lib/
Dsubprocess.py1051 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
Dthreading.py661 self._wait(timeout)
695 def _wait(self, timeout): member in Barrier
/third_party/python/Lib/asyncio/
Dtasks.py384 return await _wait(fs, timeout, return_when, loop)
463 async def _wait(fs, timeout, return_when, loop): function
Dsubprocess.py134 return await self._transport._wait()
Dbase_subprocess.py226 async def _wait(self): member in BaseSubprocessTransport
Dwindows_events.py404 await transp._wait()
Dunix_events.py220 await transp._wait()
/third_party/python/Lib/test/test_asyncio/
Dtest_subprocess.py481 await asyncio.wait_for(transport._wait(), 5)
/third_party/gstreamer/gstreamer/
DChangeLog28422 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/
DReleaseNotes27585 * [PR-1595](https://github.com/apache/incubator-nuttx/pull/1595) epoll\_wait()
/third_party/gstreamer/gstplugins_bad/
DChangeLog156199 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/
DChangeLog109186 around it. So we need to loop around the _wait() function to make sure