Searched defs:BoundedSemaphore (Results 1 – 6 of 6) sorted by relevance
341 BoundedSemaphore chapter
404 class BoundedSemaphore(Semaphore): class
142 class BoundedSemaphore(Semaphore): class
85 def BoundedSemaphore(self, value=1): member in BaseContext
486 class BoundedSemaphore(Semaphore): class
5746 BoundedSemaphore = staticmethod(multiprocessing.BoundedSemaphore) variable in ProcessesMixin5764 BoundedSemaphore = property(operator.attrgetter('manager.BoundedSemaphore')) variable in ManagerMixin5830 BoundedSemaphore = staticmethod(multiprocessing.dummy.BoundedSemaphore) variable in ThreadsMixin