Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_threading.py888 class BoundedSemaphoreTests(lock_tests.BoundedSemaphoreTests): class
926 SemaphoreTests, BoundedSemaphoreTests,
Dlock_tests.py547 class BoundedSemaphoreTests(BaseSemaphoreTests): class