.TH "std::shared_timed_mutex" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::shared_timed_mutex \- The standard shared timed mutex type\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::__shared_mutex_cv\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBshared_timed_mutex\fP (\fBconst\fP \fBshared_timed_mutex\fP &)=\fBdelete\fP" .br .ti -1c .RI "\fBvoid\fP \fBlock\fP ()" .br .ti -1c .RI "\fBvoid\fP \fBlock_shared\fP ()" .br .ti -1c .RI "\fBshared_timed_mutex\fP & \fBoperator=\fP (\fBconst\fP \fBshared_timed_mutex\fP &)=\fBdelete\fP" .br .ti -1c .RI "bool \fBtry_lock\fP ()" .br .ti -1c .RI "template<\fBtypename\fP _Rep , \fBtypename\fP \fB_Period\fP > bool \fBtry_lock_for\fP (\fBconst\fP \fBchrono::duration\fP< _Rep, \fB_Period\fP > &\fB__rel_time\fP)" .br .ti -1c .RI "bool \fBtry_lock_shared\fP ()" .br .ti -1c .RI "template<\fBtypename\fP _Rep , \fBtypename\fP \fB_Period\fP > bool \fBtry_lock_shared_for\fP (\fBconst\fP \fBchrono::duration\fP< _Rep, \fB_Period\fP > &\fB__rel_time\fP)" .br .ti -1c .RI "template<\fBtypename\fP \fB_Clock\fP , \fBtypename\fP _Duration > bool \fBtry_lock_shared_until\fP (\fBconst\fP \fBchrono::time_point\fP< \fB_Clock\fP, _Duration > &\fB__abs_time\fP)" .br .ti -1c .RI "template<\fBtypename\fP \fB_Clock\fP , \fBtypename\fP _Duration > bool \fBtry_lock_until\fP (\fBconst\fP \fBchrono::time_point\fP< \fB_Clock\fP, _Duration > &\fB__abs_time\fP)" .br .ti -1c .RI "\fBvoid\fP \fBunlock\fP ()" .br .ti -1c .RI "\fBvoid\fP \fBunlock_shared\fP ()" .br .in -1c .SH "Detailed Description" .PP The standard shared timed mutex type\&. .PP Definition at line \fB442\fP of file \fBshared_mutex\fP\&. .SH "Member Function Documentation" .PP .SS "\fBvoid\fP std::shared_timed_mutex::lock ()\fC [inline]\fP" .PP Definition at line \fB459\fP of file \fBshared_mutex\fP\&. .SS "\fBvoid\fP std::shared_timed_mutex::lock_shared ()\fC [inline]\fP" .PP Definition at line \fB472\fP of file \fBshared_mutex\fP\&. .SS "bool std::shared_timed_mutex::try_lock ()\fC [inline]\fP" .PP Definition at line \fB460\fP of file \fBshared_mutex\fP\&. .SS "template<\fBtypename\fP _Rep , \fBtypename\fP \fB_Period\fP > bool std::shared_timed_mutex::try_lock_for (\fBconst\fP \fBchrono::duration\fP< _Rep, \fB_Period\fP > & __rel_time)\fC [inline]\fP" .PP Definition at line \fB465\fP of file \fBshared_mutex\fP\&. .SS "bool std::shared_timed_mutex::try_lock_shared ()\fC [inline]\fP" .PP Definition at line \fB473\fP of file \fBshared_mutex\fP\&. .SS "template<\fBtypename\fP _Rep , \fBtypename\fP \fB_Period\fP > bool std::shared_timed_mutex::try_lock_shared_for (\fBconst\fP \fBchrono::duration\fP< _Rep, \fB_Period\fP > & __rel_time)\fC [inline]\fP" .PP Definition at line \fB478\fP of file \fBshared_mutex\fP\&. .SS "template<\fBtypename\fP \fB_Clock\fP , \fBtypename\fP _Duration > bool std::shared_timed_mutex::try_lock_shared_until (\fBconst\fP \fBchrono::time_point\fP< \fB_Clock\fP, _Duration > & __abs_time)\fC [inline]\fP" .PP Definition at line \fB605\fP of file \fBshared_mutex\fP\&. .SS "template<\fBtypename\fP \fB_Clock\fP , \fBtypename\fP _Duration > bool std::shared_timed_mutex::try_lock_until (\fBconst\fP \fBchrono::time_point\fP< \fB_Clock\fP, _Duration > & __abs_time)\fC [inline]\fP" .PP Definition at line \fB581\fP of file \fBshared_mutex\fP\&. .SS "\fBvoid\fP std::shared_timed_mutex::unlock ()\fC [inline]\fP" .PP Definition at line \fB461\fP of file \fBshared_mutex\fP\&. .SS "\fBvoid\fP std::shared_timed_mutex::unlock_shared ()\fC [inline]\fP" .PP Definition at line \fB474\fP of file \fBshared_mutex\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.