Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DParallel.cpp40 class ThreadPoolExecutor : public Executor { class
42 explicit ThreadPoolExecutor(unsigned ThreadCount = hardware_concurrency()) { in ThreadPoolExecutor() function in llvm::parallel::detail::__anon594942540111::ThreadPoolExecutor
/external/llvm-project/llvm/lib/Support/
DParallel.cpp41 class ThreadPoolExecutor : public Executor { class
43 explicit ThreadPoolExecutor(ThreadPoolStrategy S = hardware_concurrency()) { in ThreadPoolExecutor() function in llvm::parallel::detail::__anonba22a6e00111::ThreadPoolExecutor
/external/python/cpython3/Doc/library/
Dconcurrent.futures.rst110 ThreadPoolExecutor chapter
/external/python/futures/concurrent/futures/
Dthread.py93 class ThreadPoolExecutor(_base.Executor): class
/external/python/cpython3/Lib/concurrent/futures/
Dthread.py112 class ThreadPoolExecutor(_base.Executor): class
/external/python/cpython3/Lib/test/
Dtest_inspect.py25 ThreadPoolExecutor = None variable