C++ Thread 库 - Function hardware_concurrency
描述
它返回硬件线程上下文的数量。
声明
以下是 std::thread::native_handle 函数的声明。
static unsigned hardware_concurrency() noexcept;
C++11
static unsigned hardware_concurrency() noexcept;
参数
none
返回值
它返回硬件线程上下文的数量。
异常
No-throw guarantee − 从不抛出异常。
数据竞争
未指定。