Query: std::condition_variable
OS: debian
Section: 3cxx
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
std::condition_variable(3cxx) std::condition_variable(3cxx)NAMEstd::condition_variable -SYNOPSISPublic Types typedef __native_type * native_handle_type Public Member Functions condition_variable (const condition_variable &) native_handle_type native_handle () void notify_all () void notify_one () condition_variable & operator= (const condition_variable &) void wait (unique_lock< mutex > &__lock) template<typename _Predicate > void wait (unique_lock< mutex > &__lock, _Predicate __p) template<typename _Rep , typename _Period > cv_status wait_for (unique_lock< mutex > &__lock, const chrono::duration< _Rep, _Period > &__rtime) template<typename _Rep , typename _Period , typename _Predicate > bool wait_for (unique_lock< mutex > &__lock, const chrono::duration< _Rep, _Period > &__rtime, _Predicate __p) template<typename _Duration > cv_status wait_until (unique_lock< mutex > &__lock, const chrono::time_point< __clock_t, _Duration > &__atime) template<typename _Clock , typename _Duration > cv_status wait_until (unique_lock< mutex > &__lock, const chrono::time_point< _Clock, _Duration > &__atime) template<typename _Clock , typename _Duration , typename _Predicate > bool wait_until (unique_lock< mutex > &__lock, const chrono::time_point< _Clock, _Duration > &__atime, _Predicate __p) Detailed Description condition_variable Definition at line 59 of file condition_variable. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::condition_variable(3cxx)
Related Man Pages |
---|
std::unique_lock(3) - centos |
std::chrono::duration(3) - debian |
std::future(3) - debian |
std::shared_future(3) - debian |
std::__future_base::_state_base(3cxx) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Find columns in a file based on header and print to new file |