Searched refs:_WorkItem (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/concurrent/futures/ |
H A D | thread.py | 46 class _WorkItem(object): class 173 w = _WorkItem(f, fn, args, kwargs)
|
H A D | process.py | 28 - creates a uniquely numbered _WorkItem and adds it to the "Work Items" dict 29 - adds the id of the _WorkItem to the "Work Ids" queue 139 class _WorkItem(object): class 328 # {5: <_WorkItem...>, 6: <_WorkItem...>, ...} 778 w = _WorkItem(f, fn, args, kwargs)
|
/third_party/python/Lib/test/ |
H A D | test_genericalias.py | 11 from concurrent.futures.thread import _WorkItem namespace 124 Future, _WorkItem,
|
Completed in 3 milliseconds