Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dasyncio-sync.rst306 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.py493 class BoundedSemaphore(Semaphore): class
/external/python/cpython3/Lib/multiprocessing/
Dsynchronize.py142 class BoundedSemaphore(Semaphore): class
Dcontext.py84 def BoundedSemaphore(self, value=1): member in BaseContext
/external/python/cpython3/Lib/
Dthreading.py450 class BoundedSemaphore(Semaphore): class
/external/python/cpython2/Lib/
Dthreading.py497 def BoundedSemaphore(*args, **kwargs): function
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py4863 BoundedSemaphore = staticmethod(multiprocessing.BoundedSemaphore) variable in ProcessesMixin
4881 BoundedSemaphore = property(operator.attrgetter('manager.BoundedSemaphore')) variable in ManagerMixin
4948 BoundedSemaphore = staticmethod(multiprocessing.dummy.BoundedSemaphore) variable in ThreadsMixin