class
<condition_variable>
std::condition_variable_any
class condition_variable_any;
Condition variable (any lock)
Member functions
- (constructor)
- Construct condition_variable_any (public member function)
- (destructor)
- Destroy condition_variable_any (public member function)
Wait functions
- wait
- Wait until notified (public member function)
- wait_for
- Wait for timeout or until notified (public member function)
- wait_until
- Wait until notified or time point (public member function)
Notify functions
- notify_one
- Notify one (public member function)
- notify_all
- Notify all (public member function)