Searched refs:_terminate_pool (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 190 self, self._terminate_pool, 491 def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, member in Pool
|
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 253 self, self._terminate_pool, 680 def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, change_notifier, member in Pool
|