.TH "std::recursive_mutex" 3cxx "Tue Feb 2 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::recursive_mutex \- The standard recursive mutex type\&. .SH SYNOPSIS .br .PP .PP Inherits std::__recursive_mutex_base\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef __native_type * \fBnative_handle_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBrecursive_mutex\fP (const \fBrecursive_mutex\fP &)=delete" .br .ti -1c .RI "void \fBlock\fP ()" .br .ti -1c .RI "native_handle_type \fBnative_handle\fP () noexcept" .br .ti -1c .RI "\fBrecursive_mutex\fP & \fBoperator=\fP (const \fBrecursive_mutex\fP &)=delete" .br .ti -1c .RI "bool \fBtry_lock\fP () noexcept" .br .ti -1c .RI "void \fBunlock\fP ()" .br .in -1c .SH "Detailed Description" .PP The standard recursive mutex type\&. .PP Definition at line 93 of file mutex\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.