.TH "std::recursive_mutex" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::recursive_mutex \- The standard recursive mutex type\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits std::__recursive_mutex_base\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP __native_type * \fBnative_handle_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBrecursive_mutex\fP (\fBconst\fP \fBrecursive_mutex\fP &)=\fBdelete\fP" .br .ti -1c .RI "\fBvoid\fP \fBlock\fP ()" .br .ti -1c .RI "native_handle_type \fBnative_handle\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBrecursive_mutex\fP & \fBoperator=\fP (\fBconst\fP \fBrecursive_mutex\fP &)=\fBdelete\fP" .br .ti -1c .RI "bool \fBtry_lock\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBunlock\fP ()" .br .in -1c .SH "Detailed Description" .PP The standard recursive mutex type\&. .PP Definition at line \fB92\fP of file \fBmutex\fP\&. .SH "Member Typedef Documentation" .PP .SS "\fBtypedef\fP __native_type* std::recursive_mutex::native_handle_type" .PP Definition at line \fB95\fP of file \fBmutex\fP\&. .SH "Member Function Documentation" .PP .SS "\fBvoid\fP std::recursive_mutex::lock ()\fC [inline]\fP" .PP Definition at line \fB104\fP of file \fBmutex\fP\&. .SS "native_handle_type std::recursive_mutex::native_handle ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB128\fP of file \fBmutex\fP\&. .SS "bool std::recursive_mutex::try_lock ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB114\fP of file \fBmutex\fP\&. .SS "\fBvoid\fP std::recursive_mutex::unlock ()\fC [inline]\fP" .PP Definition at line \fB121\fP of file \fBmutex\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.