|
KallistiOS
##version##
|
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... | |
Most of the C11 thread-related functions that return a result code return one of these.
| #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.
1.8.7