thrd_success, thrd_timedout, thrd_busy, thrd_nomem, thrd_error
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody>| Elemento definito nell'header <threads.h>
|
||
enum { thrd_success = /* unspecified */, thrd_timedout = /* unspecified */, thrd_busy = /* unspecified */, thrd_nomem = /* unspecified */, thrd_error = /* unspecified */ }; |
(dal 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 |