Searched defs:BoundedSemaphore (Results 1 – 9 of 9) sorted by relevance
330 BoundedSemaphore chapter
199 def BoundedSemaphore(value=1): function
127 class BoundedSemaphore(Semaphore): class
421 class BoundedSemaphore(Semaphore): class
142 class BoundedSemaphore(Semaphore): class
85 def BoundedSemaphore(self, value=1): member in BaseContext
497 def BoundedSemaphore(*args, **kwargs): function
498 class BoundedSemaphore(Semaphore): class
5857 BoundedSemaphore = staticmethod(multiprocessing.BoundedSemaphore) variable in ProcessesMixin5875 BoundedSemaphore = property(operator.attrgetter('manager.BoundedSemaphore')) variable in ManagerMixin5941 BoundedSemaphore = staticmethod(multiprocessing.dummy.BoundedSemaphore) variable in ThreadsMixin