OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:task_handler
(Results
1 - 4
of
4
) sorted by null
/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 642 milliseconds