.TH "std::recursive_timed_mutex" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::recursive_timed_mutex .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits __recursive_mutex_base, and __timed_mutex_impl< recursive_timed_mutex >\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP \fB__native_type\fP * \fBnative_handle_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBrecursive_timed_mutex\fP (const \fBrecursive_timed_mutex\fP &)=\fBdelete\fP" .br .ti -1c .RI "\fBvoid\fP \fBlock\fP ()" .br .ti -1c .RI "\fBnative_handle_type\fP \fBnative_handle\fP () noexcept" .br .ti -1c .RI "\fBrecursive_timed_mutex\fP & \fBoperator=\fP (const \fBrecursive_timed_mutex\fP &)=\fBdelete\fP" .br .ti -1c .RI "bool \fBtry_lock\fP () noexcept" .br .ti -1c .RI "template<\fBclass\fP _Rep , \fBclass\fP \fB_Period\fP > bool \fBtry_lock_for\fP (const \fBchrono::duration\fP< _Rep, \fB_Period\fP > &\fB__rtime\fP)" .br .ti -1c .RI "template<\fBclass\fP \fB_Clock\fP , \fBclass\fP \fB_Duration\fP > bool \fBtry_lock_until\fP (const \fBchrono::time_point\fP< \fB_Clock\fP, \fB_Duration\fP > &\fB__atime\fP)" .br .ti -1c .RI "\fBvoid\fP \fBunlock\fP ()" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "\fBclass\fP \fB__timed_mutex_impl< recursive_timed_mutex >\fP" .br .in -1c .SH "Detailed Description" .PP The standard recursive timed mutex type\&. .PP A recursive mutex that supports a timeout when trying to acquire the lock\&. A recursive mutex can be locked more than once by the same thread\&. Other threads cannot lock the mutex until the owning thread unlocks it as many times as it was locked\&. .PP \fBSince\fP .RS 4 C++11 .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.