Home
last modified time | relevance | path

Searched defs:semtype (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_threading.py886 semtype = staticmethod(threading.Semaphore) variable in SemaphoreTests
889 semtype = staticmethod(threading.BoundedSemaphore) variable in BoundedSemaphoreTests
/external/python/cpython3/Lib/test/
Dtest_threading.py1383 semtype = staticmethod(threading.Semaphore) variable in SemaphoreTests
1386 semtype = staticmethod(threading.BoundedSemaphore) variable in BoundedSemaphoreTests