Home
last modified time | relevance | path

Searched defs:ThreadPoolExecutor (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DParallel.cpp64 class ThreadPoolExecutor : public Executor { class
66 explicit ThreadPoolExecutor(unsigned ThreadCount = hardware_concurrency()) in ThreadPoolExecutor() function in __anon881c7aac0111::ThreadPoolExecutor
/external/python/cpython3/Doc/library/
Dconcurrent.futures.rst98 ThreadPoolExecutor chapter
/external/python/futures/concurrent/futures/
Dthread.py93 class ThreadPoolExecutor(_base.Executor): class
/external/python/cpython3/Lib/concurrent/futures/
Dthread.py108 class ThreadPoolExecutor(_base.Executor): class
/external/python/cpython3/Lib/test/
Dtest_inspect.py25 ThreadPoolExecutor = None variable