Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DParallel.cpp64 class ThreadPoolExecutor : public Executor { class
66 explicit ThreadPoolExecutor(unsigned ThreadCount = hardware_concurrency()) in ThreadPoolExecutor() function in __anon6be6bc8e0111::ThreadPoolExecutor
78 ~ThreadPoolExecutor() override { in ~ThreadPoolExecutor()
116 static ThreadPoolExecutor exec; in getDefaultExecutor()