mutex::native_handle 方法 (STL)

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

native_handle_type native_handle();

返回值

native_handle_type 定义为强制转换为 void *的 Concurrency::critical_section *。

要求

标头: mutex

命名空间: std

请参见

参考

mutex 类 (STL)

<mutex>