Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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::__anon7d543cf50111::ThreadPoolExecutor
/third_party/python/Doc/library/
Dconcurrent.futures.rst110 ThreadPoolExecutor chapter
/third_party/python/Lib/concurrent/futures/
Dthread.py118 class ThreadPoolExecutor(_base.Executor): class
/third_party/python/Lib/test/
Dtest_inspect.py25 ThreadPoolExecutor = None variable