A RetroSearch Logo

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

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../algorithm/../thread/cv_status.html below:

std::cv_status - cppreference.com

enum class cv_status {

    no_timeout,
    timeout  

};
(since C++11)

The scoped enumeration std::cv_status describes whether a timed wait returned because of timeout or not.

std::cv_status is used by the wait_for and wait_until member functions of std::condition_variable and std::condition_variable_any.

[edit] Member constants Enumerator Meaning no_timeout the condition variable was awakened with notify_all, notify_one, or spuriously timeout the condition variable was awakened by timeout expiration [edit] See also blocks the current thread until the condition variable is awakened or after the specified timeout duration
(public member function of std::condition_variable) [edit] blocks the current thread until the condition variable is awakened or after the specified timeout duration
(public member function of std::condition_variable_any) [edit] blocks the current thread until the condition variable is awakened or until specified time point has been reached
(public member function of std::condition_variable) [edit] blocks the current thread until the condition variable is awakened or until specified time point has been reached
(public member function of std::condition_variable_any) [edit]

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