Searched refs:DynamicThreadPoolTaskDispatcher (Results 1 – 4 of 4) sorted by relevance
32 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()
778 D = std::make_unique<DynamicThreadPoolTaskDispatcher>(NumThreads); in prepareForConstruction()
127 class LLVM_ABI DynamicThreadPoolTaskDispatcher : public TaskDispatcher {129 DynamicThreadPoolTaskDispatcher( in DynamicThreadPoolTaskDispatcher() function
172 std::make_unique<DynamicThreadPoolTaskDispatcher>(std::nullopt), in launchExecutor()264 std::make_unique<DynamicThreadPoolTaskDispatcher>(std::nullopt), in connectTCPSocket()