Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DTaskDispatch.cpp27 void DynamicThreadPoolTaskDispatcher::dispatch(std::unique_ptr<Task> T) { in dispatch()
77 void DynamicThreadPoolTaskDispatcher::shutdown() { in shutdown()
H A DLLJIT.cpp751 D = std::make_unique<DynamicThreadPoolTaskDispatcher>(NumThreads); in prepareForConstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h116 class DynamicThreadPoolTaskDispatcher : public TaskDispatcher {
118 DynamicThreadPoolTaskDispatcher( in DynamicThreadPoolTaskDispatcher() function