Home
last modified time | relevance | path

Searched defs:inqueue (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dpool.py97 def worker(inqueue, outqueue, initializer=None, initargs=(), maxtasks=None, argument
312 def _repopulate_pool_static(ctx, Process, processes, pool, inqueue, argument
331 def _maintain_pool(ctx, Process, processes, pool, inqueue, outqueue, argument
505 pool, inqueue, outqueue, initializer, initargs, argument
671 def _help_stuff_finish(inqueue, task_handler, size): argument
680 def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, change_notifier, argument
938 def _help_stuff_finish(inqueue, task_handler, size): argument
/external/python/cpython2/Lib/multiprocessing/
Dpool.py88 def worker(inqueue, outqueue, initializer=None, initargs=(), maxtasks=None): argument
482 def _help_stuff_finish(inqueue, task_handler, size): argument
491 def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, argument
741 def _help_stuff_finish(inqueue, task_handler, size): argument