A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.com/condition_variable_any below:

class

<condition_variable>

std::condition_variable_any
class condition_variable_any;

Condition variable (any lock)

Same as condition_variable, except that its wait functions can take any lockable type as argument (condition_variable objects can only take unique_lock<mutex>). Other than that, they are identical.

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)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4