.TH "std::condition_variable_any" 3cxx "Thu Aug 2 2012" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::condition_variable_any \- .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_any\fP (const \fBcondition_variable_any\fP &)" .br .ti -1c .RI "native_handle_type \fBnative_handle\fP ()" .br .ti -1c .RI "void \fBnotify_all\fP ()" .br .ti -1c .RI "void \fBnotify_one\fP ()" .br .ti -1c .RI "\fBcondition_variable_any\fP & \fBoperator=\fP (const \fBcondition_variable_any\fP &)" .br .ti -1c .RI "template void \fBwait\fP (_Lock &__lock)" .br .ti -1c .RI "template void \fBwait\fP (_Lock &__lock, _Predicate __p)" .br .ti -1c .RI "template bool \fBwait_for\fP (_Lock &__lock, const \fBchrono::duration\fP< _Rep, _Period > &__rtime)" .br .ti -1c .RI "template bool \fBwait_for\fP (_Lock &__lock, const \fBchrono::duration\fP< _Rep, _Period > &__rtime, _Predicate __p)" .br .ti -1c .RI "template bool \fBwait_until\fP (_Lock &__lock, const \fBchrono::time_point\fP< _Clock, _Duration > &__atime)" .br .ti -1c .RI "template bool \fBwait_until\fP (_Lock &__lock, const \fBchrono::time_point\fP< _Clock, _Duration > &__atime, _Predicate __p)" .br .in -1c .SH "Detailed Description" .PP \fBcondition_variable_any\fP .PP Definition at line 163 of file condition_variable\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.