Searched defs:BoundedSemaphore (Results 1 – 9 of 9) sorted by relevance
285 BoundedSemaphore section in Semaphores
199 def BoundedSemaphore(value=1): function
127 class BoundedSemaphore(Semaphore): class
464 class BoundedSemaphore(Semaphore): class
143 class BoundedSemaphore(Semaphore): class
84 def BoundedSemaphore(self, value=1): member in BaseContext
449 class BoundedSemaphore(Semaphore): class
497 def BoundedSemaphore(*args, **kwargs): function
3892 BoundedSemaphore = staticmethod(multiprocessing.BoundedSemaphore) variable in ProcessesMixin3910 BoundedSemaphore = property(operator.attrgetter('manager.BoundedSemaphore')) variable in ManagerMixin3962 BoundedSemaphore = staticmethod(multiprocessing.dummy.BoundedSemaphore) variable in ThreadsMixin