Home
last modified time | relevance | path

Searched defs:MaxThreadCount (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DThreading.cpp61 int MaxThreadCount = UseHyperThreads ? computeHostNumHardwareThreads() in compute_thread_count() local
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DThreadPool.h217 const unsigned MaxThreadCount; variable