Searched defs:inqueue (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 88 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
|
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 93 def worker(inqueue, outqueue, initializer=None, initargs=(), maxtasks=None, argument 563 def _help_stuff_finish(inqueue, task_handler, size): argument 572 def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, argument 811 def _help_stuff_finish(inqueue, task_handler, size): argument
|