Home
last modified time | relevance | path

Searched defs:pending_work_items (Results 1 – 2 of 2) sorted by relevance

/external/python/futures/concurrent/futures/
Dprocess.py137 def _add_call_item_to_queue(pending_work_items, argument
176 pending_work_items, argument
/external/python/cpython3/Lib/concurrent/futures/
Dprocess.py160 def __init__(self, max_size=0, *, ctx, pending_work_items, shutdown_lock, argument