close
Пространства имён
Варианты
Действия

thrd_success, thrd_timedout, thrd_busy, thrd_nomem, thrd_error

Материал из cppreference.com
< c | thread

<metanoindex/>

 
 
 
<tbody> </tbody>
Определено в заголовочном файле <threads.h>
enum { thrd_success = /* unspecified */, thrd_timedout = /* unspecified */, thrd_busy = /* unspecified */, thrd_nomem = /* unspecified */, thrd_error = /* unspecified */ };
(начиная с C11)

Identifiers a thread error state.

Constant
Оригинал:
Constant
Текст был переведён автоматически используя Переводчик Google.
Вы можете проверить и исправить перевод. Для инструкций щёлкните сюда.
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