thread::native_handle 方法

返回表示线程句柄的特殊类型的实现。 线程句柄可在执行特定的方式。

native_handle_type native_handle();

返回值

native_handle_type 定义为 Win32 转换为 void *的 HANDLE。

要求

标头: 线程

命名空间: std

请参见

参考

thread 类

<thread>