std::condition_variable man page on RedHat

Man page or keyword search:  
man Server   29550 pages
apropos Keyword Search (all sections)
Output format
RedHat logo
[printable version]

std::condition_variable(3)			    std::condition_variable(3)

NAME
       std::condition_variable -

SYNOPSIS
   Public Types
       typedef __native_type * native_handle_type

   Public Member Functions
       condition_variable (const condition_variable &)=delete
       native_handle_type native_handle ()
       void notify_all () noexcept
       void notify_one () noexcept
       condition_variable & operator= (const condition_variable &)=delete
       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++			Wed Nov 6 2013	    std::condition_variable(3)
[top]

List of man pages available for RedHat

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net