Home
last modified time | relevance | path

Searched defs:test_semaphore (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Doc/includes/
Dmp_synchronize.py128 def test_semaphore(): function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py852 def test_semaphore(self): member in SemaphoreTests
/external/igt-gpu-tools/tests/
Dprime_nv_pcopy.c768 static void test_semaphore(void) in test_semaphore() function
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py721 def test_semaphore(self): member in _TestSemaphore
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py1266 def test_semaphore(self): member in _TestSemaphore
5432 def test_semaphore(self, sname="Semaphore"): member in TestSyncManagerTypes