libstdc++
std::recursive_mutex Class Reference

Public Types

typedef __native_type * native_handle_type

Public Member Functions

 recursive_mutex (const recursive_mutex &)
void lock ()
native_handle_type native_handle ()
recursive_mutexoperator= (const recursive_mutex &)
bool try_lock ()
void unlock ()

Detailed Description

recursive_mutex

Definition at line 156 of file mutex.


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