A RetroSearch Logo

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

Search Query:

Showing content from https://en.cppreference.com/w/cpp/algorithm/../ranges/../../c/header/../thread/thrd_errors.html below:

thrd_success, thrd_timedout, thrd_busy, thrd_nomem, thrd_error

enum {

    thrd_success = /* unspecified */,
    thrd_nomem = /* unspecified */,
    thrd_timedout = /* unspecified */,
    thrd_busy = /* unspecified */,
    thrd_error = /* unspecified */

};
(since C11)

Identifiers for thread states and errors.

Constant Explanation thrd_success indicates successful return value thrd_nomem indicates unsuccessful return value due to out of memory condition thrd_timedout indicates timed out return value thrd_busy indicates unsuccessful return value due to resource temporary unavailable thrd_error indicates unsuccessful return value [edit] References

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