HomeSort by relevance Sort by last modified time
    Searched refs:worker_handler (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 474 worker_handler, task_handler, result_handler, cache):
478 worker_handler._state = TERMINATE
492 if threading.current_thread() is not worker_handler:
493 worker_handler.join(1e100)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 474 worker_handler, task_handler, result_handler, cache):
478 worker_handler._state = TERMINATE
492 if threading.current_thread() is not worker_handler:
493 worker_handler.join(1e100)

Completed in 57 milliseconds