Searched refs:taskqueue (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 333 def _handle_tasks(taskqueue, put, outqueue, pool, cache): argument 336 for taskseq, set_length in iter(taskqueue.get, None): 486 def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, argument
|