Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

std::condition_variable_any(3) [centos man page]

std::condition_variable_any(3)				     Library Functions Manual				    std::condition_variable_any(3)

NAME
std::condition_variable_any - SYNOPSIS
Public Member Functions condition_variable_any (const condition_variable_any &)=delete void notify_all () noexcept void notify_one () noexcept condition_variable_any & operator= (const condition_variable_any &)=delete template<typename _Lock > void wait (_Lock &__lock) template<typename _Lock , typename _Predicate > void wait (_Lock &__lock, _Predicate __p) template<typename _Lock , typename _Rep , typename _Period > cv_status wait_for (_Lock &__lock, const chrono::duration< _Rep, _Period > &__rtime) template<typename _Lock , typename _Rep , typename _Period , typename _Predicate > bool wait_for (_Lock &__lock, const chrono::duration< _Rep, _Period > &__rtime, _Predicate __p) template<typename _Lock , typename _Clock , typename _Duration > cv_status wait_until (_Lock &__lock, const chrono::time_point< _Clock, _Duration > &__atime) template<typename _Lock , typename _Clock , typename _Duration , typename _Predicate > bool wait_until (_Lock &__lock, const chrono::time_point< _Clock, _Duration > &__atime, _Predicate __p) Detailed Description condition_variable_any Definition at line 170 of file condition_variable. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::condition_variable_any(3)

Check Out this Related Man Page

std::condition_variable_any(3cxx)										 std::condition_variable_any(3cxx)

NAME
std::condition_variable_any - SYNOPSIS
Public Types typedef condition_variable::native_handle_type native_handle_type" Public Member Functions condition_variable_any (const condition_variable_any &) native_handle_type native_handle () void notify_all () void notify_one () condition_variable_any & operator= (const condition_variable_any &) template<typename _Lock > void wait (_Lock &__lock) template<typename _Lock , typename _Predicate > void wait (_Lock &__lock, _Predicate __p) template<typename _Lock , typename _Rep , typename _Period > cv_status wait_for (_Lock &__lock, const chrono::duration< _Rep, _Period > &__rtime) template<typename _Lock , typename _Rep , typename _Period , typename _Predicate > bool wait_for (_Lock &__lock, const chrono::duration< _Rep, _Period > &__rtime, _Predicate __p) template<typename _Lock , typename _Clock , typename _Duration > cv_status wait_until (_Lock &__lock, const chrono::time_point< _Clock, _Duration > &__atime) template<typename _Lock , typename _Clock , typename _Duration , typename _Predicate > bool wait_until (_Lock &__lock, const chrono::time_point< _Clock, _Duration > &__atime, _Predicate __p) Detailed Description condition_variable_any Definition at line 168 of file condition_variable. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::condition_variable_any(3cxx)
Man Page