Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DTaskDispatch.cpp32 void DynamicThreadPoolTaskDispatcher::dispatch(std::unique_ptr<Task> T) { in dispatch()
108 void DynamicThreadPoolTaskDispatcher::shutdown() { in shutdown()
114 bool DynamicThreadPoolTaskDispatcher::canRunMaterializationTaskNow() { in canRunMaterializationTaskNow()
119 bool DynamicThreadPoolTaskDispatcher::canRunIdleTaskNow() { in canRunIdleTaskNow()
H A DLLJIT.cpp778 D = std::make_unique<DynamicThreadPoolTaskDispatcher>(NumThreads); in prepareForConstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h127 class LLVM_ABI DynamicThreadPoolTaskDispatcher : public TaskDispatcher {
129 DynamicThreadPoolTaskDispatcher( in DynamicThreadPoolTaskDispatcher() function
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DRemoteJITUtils.cpp172 std::make_unique<DynamicThreadPoolTaskDispatcher>(std::nullopt), in launchExecutor()
264 std::make_unique<DynamicThreadPoolTaskDispatcher>(std::nullopt), in connectTCPSocket()