KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
C11 Thread function return values

Macros

#define thrd_success   0
 Success. More...
 
#define thrd_error   -1
 Uncategorized error. More...
 
#define thrd_timedout   -2
 Time out error. More...
 
#define thrd_busy   -3
 Resource busy. More...
 
#define thrd_nomem   -4
 Out of memory. More...
 

Detailed Description

Most of the C11 thread-related functions that return a result code return one of these.

Macro Definition Documentation

#define thrd_busy   -3

Resource busy.

#define thrd_error   -1

Uncategorized error.

#define thrd_nomem   -4

Out of memory.

#define thrd_success   0

Success.

#define thrd_timedout   -2

Time out error.