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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 464 def _help_stuff_finish(inqueue, task_handler, size):
465 # task_handler may be blocked trying to put items on inqueue
468 while task_handler.is_alive() and inqueue._reader.poll():
474 worker_handler, task_handler, result_handler, cache):
479 task_handler._state = TERMINATE
482 cls._help_stuff_finish(inqueue, task_handler, len(pool))
503 if threading.current_thread() is not task_handler:
504 task_handler.join(1e100)
723 def _help_stuff_finish(inqueue, task_handler, size):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 464 def _help_stuff_finish(inqueue, task_handler, size):
465 # task_handler may be blocked trying to put items on inqueue
468 while task_handler.is_alive() and inqueue._reader.poll():
474 worker_handler, task_handler, result_handler, cache):
479 task_handler._state = TERMINATE
482 cls._help_stuff_finish(inqueue, task_handler, len(pool))
503 if threading.current_thread() is not task_handler:
504 task_handler.join(1e100)
723 def _help_stuff_finish(inqueue, task_handler, size):

Completed in 1442 milliseconds