C++ 线程库 - 函数native_handle


描述

它获得本机句柄。

宣言

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

native_handle_type native_handle();

C++11

native_handle_type native_handle();

参数

没有任何

返回值

它返回成员类型thread::native_handle_type 的值。

例外情况

未指定。

数据竞赛

未指定。

线程.htm