Home
last modified time | relevance | path

Searched refs:test_queue_join (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_queue.py176 def test_queue_join(self): member in BaseQueueTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_queue.py192 def test_queue_join(self): member in BaseQueueTestMixin