Searched defs:taskqueue (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 335 def _handle_tasks(taskqueue, put, outqueue, pool, cache): argument 491 def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, argument
|
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 504 def _handle_workers(cls, cache, taskqueue, ctx, Process, processes, argument 525 def _handle_tasks(taskqueue, put, outqueue, pool, cache): argument 678 def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, change_notifier, argument
|