Home
last modified time | relevance | path

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

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