logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::condition_variable_any - condition_variable_any

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                  std::condition_variable_any(3cxx)

Detailed Description

       condition_variable_any

Name

       std::condition_variable_any - condition_variable_any

Synopsis

       #include <condition_variable>

   PublicMemberFunctionscondition_variable_any (constcondition_variable_any &)=deletevoidnotify_all () noexceptvoidnotify_one () noexceptcondition_variable_any & operator= (constcondition_variable_any &)=delete
       template<typename_Lock > voidwait (_Lock &__lock)
       template<typename_Lock , typename _Predicate > voidwait (_Lock &__lock, _Predicate __p)
       template<typename_Lock , typename _Rep , typename_Period > cv_statuswait_for (_Lock &__lock, constchrono::duration< _Rep, _Period > &__rtime)
       template<typename_Lock , typename _Rep , typename_Period , typename _Predicate > bool wait_for (_Lock
           &__lock, constchrono::duration< _Rep, _Period > &__rtime, _Predicate __p)
       template<typename_Lock , typename_Clock , typename_Duration > cv_statuswait_until (_Lock &__lock,
           constchrono::time_point< _Clock, _Duration > &__atime)
       template<typename_Lock , typename_Clock , typename_Duration , typename _Predicate > bool wait_until
           (_Lock &__lock, constchrono::time_point< _Clock, _Duration > &__atime, _Predicate __p)

See Also