libstdc++
std::mutex Class Reference

Public Types

typedef __native_type * native_handle_type
 

Public Member Functions

 mutex (const mutex &)=delete
 
void lock ()
 
native_handle_type native_handle ()
 
mutexoperator= (const mutex &)=delete
 
bool try_lock ()
 
void unlock ()
 

Detailed Description

mutex

Definition at line 64 of file mutex.


The documentation for this class was generated from the following file: