.TH "std::condition_variable" 3cxx "Mon May 22 2017" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::condition_variable \- condition_variable .SH SYNOPSIS .br .PP .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 "\fBcondition_variable\fP (const \fBcondition_variable\fP &)=delete" .br .ti -1c .RI "native_handle_type \fBnative_handle\fP ()" .br .ti -1c .RI "void \fBnotify_all\fP () noexcept" .br .ti -1c .RI "void \fBnotify_one\fP () noexcept" .br .ti -1c .RI "\fBcondition_variable\fP & \fBoperator=\fP (const \fBcondition_variable\fP &)=delete" .br .ti -1c .RI "void \fBwait\fP (\fBunique_lock\fP< \fBmutex\fP > &__lock) noexcept" .br .ti -1c .RI "template void \fBwait\fP (\fBunique_lock\fP< \fBmutex\fP > &__lock, _Predicate __p)" .br .ti -1c .RI "template \fBcv_status\fP \fBwait_for\fP (\fBunique_lock\fP< \fBmutex\fP > &__lock, const \fBchrono::duration\fP< _Rep, _Period > &__rtime)" .br .ti -1c .RI "template bool \fBwait_for\fP (\fBunique_lock\fP< \fBmutex\fP > &__lock, const \fBchrono::duration\fP< _Rep, _Period > &__rtime, _Predicate __p)" .br .ti -1c .RI "template \fBcv_status\fP \fBwait_until\fP (\fBunique_lock\fP< \fBmutex\fP > &__lock, const \fBchrono::time_point\fP< __clock_t, _Duration > &__atime)" .br .ti -1c .RI "template \fBcv_status\fP \fBwait_until\fP (\fBunique_lock\fP< \fBmutex\fP > &__lock, const \fBchrono::time_point\fP< _Clock, _Duration > &__atime)" .br .ti -1c .RI "template bool \fBwait_until\fP (\fBunique_lock\fP< \fBmutex\fP > &__lock, const \fBchrono::time_point\fP< _Clock, _Duration > &__atime, _Predicate __p)" .br .in -1c .SH "Detailed Description" .PP condition_variable .PP Definition at line 65 of file condition_variable\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.