std::condition_variable

Langue: en

Version: 151876 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

std::condition_variable - condition_variable

SYNOPSIS


Public 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 &)

template<typename _Predicate > void wait (unique_lock< mutex > &__lock, _Predicate __p)

void wait (unique_lock< mutex > &__lock)

template<typename _Rep , typename _Period , typename _Predicate > bool wait_for (unique_lock< mutex > &__lock, const chrono::duration< _Rep, _Period > &__rtime, _Predicate __p)

template<typename _Rep , typename _Period > bool wait_for (unique_lock< mutex > &__lock, const chrono::duration< _Rep, _Period > &__rtime)

template<typename _Clock , typename _Duration , typename _Predicate > bool wait_until (unique_lock< mutex > &__lock, const chrono::time_point< _Clock, _Duration > &__atime, _Predicate __p)

template<typename _Clock , typename _Duration > bool wait_until (unique_lock< mutex > &__lock, const chrono::time_point< _Clock, _Duration > &__atime)

template<typename _Duration > bool wait_until (unique_lock< mutex > &__lock, const chrono::time_point< __clock_t, _Duration > &__atime)

Detailed Description

condition_variable

Definition at line 54 of file condition_variable.

Author

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