Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dasyncio-sync.rst332 BoundedSemaphore chapter
/external/python/cpython2/Lib/multiprocessing/
D__init__.py199 def BoundedSemaphore(value=1): function
Dsynchronize.py127 class BoundedSemaphore(Semaphore): class
/external/python/cpython3/Lib/asyncio/
Dlocks.py432 class BoundedSemaphore(Semaphore): class
/external/python/cpython3/Lib/multiprocessing/
Dsynchronize.py142 class BoundedSemaphore(Semaphore): class
Dcontext.py85 def BoundedSemaphore(self, value=1): member in BaseContext
/external/python/cpython2/Lib/
Dthreading.py497 def BoundedSemaphore(*args, **kwargs): function
/external/python/cpython3/Lib/
Dthreading.py469 class BoundedSemaphore(Semaphore): class
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py5609 BoundedSemaphore = staticmethod(multiprocessing.BoundedSemaphore) variable in ProcessesMixin
5627 BoundedSemaphore = property(operator.attrgetter('manager.BoundedSemaphore')) variable in ManagerMixin
5693 BoundedSemaphore = staticmethod(multiprocessing.dummy.BoundedSemaphore) variable in ThreadsMixin