thrd_success, thrd_timedout, thrd_busy, thrd_nomem, thrd_error
Aus cppreference.com
![]() | This page has been machine-translated from the English version of the wiki using Google Translate. The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
definiert in Header <threads.h> | ||
enum{ thrd_success =/* unspecified */, | (Seit C11) | |
Identifiers a thread error state.
Constant Original: Constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | Explanation |
thrd_success | indicates successful return value |
thrd_timedout | indicates timed out return value |
thrd_busy | indicates unsuccessful return value due to resource temporary unavailable |
thrd_nomem | indicates unsuccessful return value due to out of memory condition |
thrd_error | indicates unsuccessful return value |