LLVM 19.0.0git
llvm::ThreadPoolInterface Member List

This is the complete list of members for llvm::ThreadPoolInterface, including all inherited members.

async(Function &&F, Args &&...ArgList)llvm::ThreadPoolInterfaceinline
async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList)llvm::ThreadPoolInterfaceinline
async(Func &&F) -> std::shared_future< decltype(F())>llvm::ThreadPoolInterfaceinline
async(ThreadPoolTaskGroup &Group, Func &&F) -> std::shared_future< decltype(F())>llvm::ThreadPoolInterfaceinline
getMaxConcurrency() const =0llvm::ThreadPoolInterfacepure virtual
wait()=0llvm::ThreadPoolInterfacepure virtual
wait(ThreadPoolTaskGroup &Group)=0llvm::ThreadPoolInterfacepure virtual
~ThreadPoolInterface()llvm::ThreadPoolInterfacevirtual