.TH "std::timed_mutex" 3cxx "Thu Feb 16 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::timed_mutex \- timed_mutex .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBtimed_mutex\fP (const \fBtimed_mutex\fP &)=delete" .br .ti -1c .RI "void \fBlock\fP ()" .br .ti -1c .RI "\fBtimed_mutex\fP & \fBoperator=\fP (const \fBtimed_mutex\fP &)=delete" .br .ti -1c .RI "bool \fBtry_lock\fP ()" .br .ti -1c .RI "template bool \fBtry_lock_for\fP (const \fBchrono::duration\fP< _Rep, _Period > &__rtime)" .br .ti -1c .RI "template bool \fBtry_lock_until\fP (const \fBchrono::time_point\fP< _Clock, _Duration > &__atime)" .br .ti -1c .RI "void \fBunlock\fP ()" .br .in -1c .SH "Detailed Description" .PP timed_mutex .PP Definition at line \fB345\fP of file \fBmutex\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "std::timed_mutex::~timed_mutex ()\fC [inline]\fP" .PP Definition at line \fB354\fP of file \fBmutex\fP\&. .SH "Member Function Documentation" .PP .SS "void std::timed_mutex::lock ()\fC [inline]\fP" .PP Definition at line \fB360\fP of file \fBmutex\fP\&. .SS "bool std::timed_mutex::try_lock ()\fC [inline]\fP" .PP Definition at line \fB368\fP of file \fBmutex\fP\&. .SS "template bool std::timed_mutex::try_lock_for (const \fBchrono::duration\fP< _Rep, _Period > & __rtime)\fC [inline]\fP" .PP Definition at line \fB379\fP of file \fBmutex\fP\&. .SS "template bool std::timed_mutex::try_lock_until (const \fBchrono::time_point\fP< _Clock, _Duration > & __atime)\fC [inline]\fP" .PP Definition at line \fB390\fP of file \fBmutex\fP\&. .SS "void std::timed_mutex::unlock ()\fC [inline]\fP" .PP Definition at line \fB400\fP of file \fBmutex\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.