Home
last modified time | relevance | path

Searched refs:UseHyperThreads (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h129 bool UseHyperThreads = true; variable
167 S.UseHyperThreads = false;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DThreading.cpp61 int MaxThreadCount = UseHyperThreads ? computeHostNumHardwareThreads() in compute_thread_count()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc268 UseHyperThreads ? Groups[0].UsableThreads : Groups[0].useableCores();