DOKK / manpages / debian 12 / libstdc++-11-doc / std::recursive_mutex.3cxx.en
std::recursive_mutex(3cxx) std::recursive_mutex(3cxx)

std::recursive_mutex - The standard recursive mutex type.

Inherits std::__recursive_mutex_base.


typedef __native_type * native_handle_type


recursive_mutex (const recursive_mutex &)=delete
void lock ()
native_handle_type native_handle () noexcept
recursive_mutex & operator= (const recursive_mutex &)=delete
bool try_lock () noexcept
void unlock ()

The standard recursive mutex type.

Definition at line 94 of file mutex.

Definition at line 97 of file mutex.

Definition at line 106 of file mutex.

Definition at line 130 of file mutex.

Definition at line 116 of file mutex.

Definition at line 123 of file mutex.

Generated automatically by Doxygen for libstdc++ from the source code.

Thu Feb 16 2023 libstdc++