Parse Num into a heavyweight_hardware_concurrency strategy.
Synopsis
Declared in <llvm/Support/Threading.h>
ThreadPoolStrategy
heavyweight_hardware_concurrency(StringRef Num);
Description
If Num is invalid, returns one thread per hardware core.
Return Value
Parsed heavyweight strategy, or one thread per core if invalid.
Parameters
Name |
Description |
Num |
Thread‐count string as accepted by get_threadpool_strategy. |
Created with MrDocs