thrd_success, thrd_timedout, thrd_busy, thrd_nomem, thrd_error
De cppreference.com
| Definido en el archivo de encabezado <threads.h>
|
||
enum {
thrd_success = /* unspecified */,
thrd_timedout = /* unspecified */,
thrd_busy = /* unspecified */,
thrd_nomem = /* unspecified */,
thrd_error = /* unspecified */
};
|
(desde C11) | |
Identifiers a thread error state.
