Searched refs:_WorkItem (Results 1 – 4 of 4) sorted by relevance
/external/python/futures/concurrent/futures/ |
D | thread.py | 51 class _WorkItem(object): class 127 w = _WorkItem(f, fn, args, kwargs)
|
D | process.py | 88 class _WorkItem(object): class 334 w = _WorkItem(f, fn, args, kwargs)
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | thread.py | 45 class _WorkItem(object): class 185 w = _WorkItem(f, fn, args, kwargs)
|
D | process.py | 140 class _WorkItem(object): class 637 w = _WorkItem(f, fn, args, kwargs)
|