Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DThreading.h158 bool UseHyperThreads = true; variable
196 S.UseHyperThreads = false;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreading.cpp87 int MaxThreadCount = UseHyperThreads ? computeHostNumHardwareThreads() in compute_thread_count()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DThreading.inc265 UseHyperThreads ? Groups[0].UsableThreads : Groups[0].useableCores();