Inherits std::__recursive_mutex_base.
The standard recursive mutex type.
Definition at line 94 of file mutex.
◆ native_handle_type
typedef __native_type* std::recursive_mutex::native_handle_type |
Definition at line 97 of file mutex.
◆ lock()
void std::recursive_mutex::lock |
( |
| ) |
|
|
inline |
◆ native_handle()
native_handle_type std::recursive_mutex::native_handle |
( |
| ) |
|
|
inlinenoexcept |
◆ try_lock()
bool std::recursive_mutex::try_lock |
( |
| ) |
|
|
inlinenoexcept |
◆ unlock()
void std::recursive_mutex::unlock |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: