Home | History | Annotate | Download | only in include

Lines Matching full:condition_variable

2 //===---------------------- condition_variable ----------------------------===//
15 condition_variable synopsis
22 class condition_variable
25 condition_variable();
26 ~condition_variable();
28 condition_variable(const condition_variable&) = delete;
29 condition_variable& operator=(const condition_variable&) = delete;
64 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
122 condition_variable __cv_;
252 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);