Home
last modified time | relevance | path

Searched refs:_handle_workers (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dpool.py164 target=Pool._handle_workers,
322 def _handle_workers(pool): member in Pool
/external/python/cpython3/Lib/multiprocessing/
Dpool.py224 target=Pool._handle_workers,
504 def _handle_workers(cls, cache, taskqueue, ctx, Process, processes, member in Pool