在线文档教程
C++
线程支持 | Thread support

std::condition_variable::native_handle

性病:情况[医]变量::本机[医]手柄

native_handle_type native_handle((since C++11)

访问*this...

该函数的意义和结果的类型是实现定义的。在POSIX系统上,这可能是一个类型的值。pthread_cond_t*.在Windows系统上,这可能是PCONDITION_VARIABLE...

参数

%280%29

返回值

此条件变量的本机句柄。

另见

native_handlereturns the underlying implementation-defined thread handle (public member function of std::thread)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/线程/条件[医]变量/本机[医]手柄