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

  /hardware/qcom/display/msm8909/sdm/include/utils/
sync_task.h 55 explicit SyncTask(TaskHandler &task_handler) : task_handler_(task_handler) {
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
sync_task.h 55 explicit SyncTask(TaskHandler &task_handler) : task_handler_(task_handler) {
  /hardware/qcom/display/msm8998/sdm/include/utils/
sync_task.h 55 explicit SyncTask(TaskHandler &task_handler) : task_handler_(task_handler) {
  /external/python/cpython2/Lib/multiprocessing/
pool.py 477 def _help_stuff_finish(inqueue, task_handler, size):
478 # task_handler may be blocked trying to put items on inqueue
481 while task_handler.is_alive() and inqueue._reader.poll():
487 worker_handler, task_handler, result_handler, cache):
492 task_handler._state = TERMINATE
495 cls._help_stuff_finish(inqueue, task_handler, len(pool))
516 if threading.current_thread() is not task_handler:
517 task_handler.join(1e100)
736 def _help_stuff_finish(inqueue, task_handler, size):
  /external/python/cpython3/Lib/multiprocessing/
pool.py 517 def _help_stuff_finish(inqueue, task_handler, size):
518 # task_handler may be blocked trying to put items on inqueue
521 while task_handler.is_alive() and inqueue._reader.poll():
527 worker_handler, task_handler, result_handler, cache):
532 task_handler._state = TERMINATE
535 cls._help_stuff_finish(inqueue, task_handler, len(pool))
556 if threading.current_thread() is not task_handler:
557 task_handler.join()
762 def _help_stuff_finish(inqueue, task_handler, size):
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 207 milliseconds