Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dasyncio-sync.rst341 BoundedSemaphore chapter
/third_party/python/Lib/asyncio/
Dlocks.py404 class BoundedSemaphore(Semaphore): class
/third_party/python/Lib/multiprocessing/
Dsynchronize.py142 class BoundedSemaphore(Semaphore): class
Dcontext.py85 def BoundedSemaphore(self, value=1): member in BaseContext
/third_party/python/Lib/
Dthreading.py486 class BoundedSemaphore(Semaphore): class
/third_party/python/Lib/test/
D_test_multiprocessing.py5746 BoundedSemaphore = staticmethod(multiprocessing.BoundedSemaphore) variable in ProcessesMixin
5764 BoundedSemaphore = property(operator.attrgetter('manager.BoundedSemaphore')) variable in ManagerMixin
5830 BoundedSemaphore = staticmethod(multiprocessing.dummy.BoundedSemaphore) variable in ThreadsMixin