Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_threading.py2019 semtype = staticmethod(threading.Semaphore) variable in SemaphoreTests
2022 semtype = staticmethod(threading.BoundedSemaphore) variable in BoundedSemaphoreTests