C++ 线程库 - 函数 hardware_concurrency


描述

它返回硬件线程上下文的数量。

宣言

以下是 std::thread::native_handle 函数的声明。

static unsigned hardware_concurrency() noexcept;

C++11

static unsigned hardware_concurrency() noexcept;

参数

没有任何

返回值

它返回硬件线程上下文的数量。

例外情况

无抛出保证- 永远不会抛出异常。

数据竞赛

未指定。

线程.htm