Searched defs:BoundedSemaphore (Results 1 – 9 of 9) sorted by relevance
332 BoundedSemaphore chapter
199 def BoundedSemaphore(value=1): function
127 class BoundedSemaphore(Semaphore): class
432 class BoundedSemaphore(Semaphore): class
142 class BoundedSemaphore(Semaphore): class
85 def BoundedSemaphore(self, value=1): member in BaseContext
497 def BoundedSemaphore(*args, **kwargs): function
469 class BoundedSemaphore(Semaphore): class
5609 BoundedSemaphore = staticmethod(multiprocessing.BoundedSemaphore) variable in ProcessesMixin5627 BoundedSemaphore = property(operator.attrgetter('manager.BoundedSemaphore')) variable in ManagerMixin5693 BoundedSemaphore = staticmethod(multiprocessing.dummy.BoundedSemaphore) variable in ThreadsMixin