LLVM 22.0.0git
llvm::parallel Namespace Reference

Namespaces

namespace  detail

Classes

class  PerThreadAllocator
 PerThreadAllocator is used in conjunction with ThreadPoolExecutor to allow per-thread allocations. More...
class  TaskGroup

Typedefs

using PerThreadBumpPtrAllocator = PerThreadAllocator<BumpPtrAllocator>

Functions

unsigned getThreadIndex ()
size_t getThreadCount ()

Variables

LLVM_ABI ThreadPoolStrategy strategy

Typedef Documentation

◆ PerThreadBumpPtrAllocator

Function Documentation

◆ getThreadCount()

size_t llvm::parallel::getThreadCount ( )
inline

◆ getThreadIndex()

Variable Documentation

◆ strategy