HomeSort by relevance Sort by last modified time
    Searched refs:result_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):
484 assert result_handler.is_alive() or len(cache) == 0
486 result_handler._state = TERMINATE
507 if threading.current_thread() is not result_handler:
508 result_handler.join(1e100)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 474 worker_handler, task_handler, result_handler, cache):
484 assert result_handler.is_alive() or len(cache) == 0
486 result_handler._state = TERMINATE
507 if threading.current_thread() is not result_handler:
508 result_handler.join(1e100)

Completed in 79 milliseconds