ΒΆunsigned int heavyweight_hardware_concurrency()

Description

Get the amount of currency to use for tasks requiring significant memory or other resources. Currently based on physical cores, if available for the host system, otherwise falls back to thread::hardware_concurrency(). Returns 1 when LLVM is configured with LLVM_ENABLE_THREADS=OFF

Declared at: llvm/include/llvm/Support/Threading.h:151