Home
last modified time | relevance | path

Searched defs:JoinableQueue (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/multiprocessing/dummy/
D__init__.py126 JoinableQueue = Queue variable
/third_party/python/Lib/multiprocessing/
Dqueues.py295 class JoinableQueue(Queue): class
Dcontext.py105 def JoinableQueue(self, maxsize=0): member in BaseContext
/third_party/python/Lib/test/
D_test_multiprocessing.py5742 JoinableQueue = staticmethod(multiprocessing.JoinableQueue) variable in ProcessesMixin
5760 JoinableQueue = property(operator.attrgetter('manager.JoinableQueue')) variable in ManagerMixin
5826 JoinableQueue = staticmethod(multiprocessing.dummy.JoinableQueue) variable in ThreadsMixin