Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/includes/
Dmp_synchronize.py128 def test_semaphore(): function
241 test_semaphore, test_join_timeout, test_event,
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py865 def test_semaphore(self): member in SemaphoreTests
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py1162 def test_semaphore(self): member in _TestSemaphore
4711 def test_semaphore(self, sname="Semaphore"): member in TestSyncManagerTypes
4717 self.test_semaphore(sname="BoundedSemaphore")
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py721 def test_semaphore(self): member in _TestSemaphore