Home
last modified time | relevance | path

Searched refs:test_queue (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dqueue-error.c47 GST_START_TEST (test_queue) in GST_START_TEST() argument
107 tcase_add_test (tc_chain, test_queue); in queue_suite()
/third_party/python/Lib/test/
Dtest_sched.py167 def test_queue(self): member in TestCase
D_test_multiprocessing.py5613 def test_queue(self, qname="Queue"): member in TestSyncManagerTypes
5622 self.test_queue("JoinableQueue")
/third_party/python/Misc/NEWS.d/
D3.10.1.rst1027 Fix race condition in test_queue tests with multiple "feeder" threads.