|
KallistiOS
##version##
|
Macros | |
| #define | MUTEX_TYPE_NORMAL 1 |
| Normal mutex type. More... | |
| #define | MUTEX_TYPE_ERRORCHECK 2 |
| Error-checking mutex type. More... | |
| #define | MUTEX_TYPE_RECURSIVE 3 |
| Recursive mutex type. More... | |
| #define | MUTEX_TYPE_DEFAULT MUTEX_TYPE_NORMAL |
| Default mutex type. More... | |
The values defined in here are the various types of mutexes that KallistiOS supports.
| #define MUTEX_TYPE_DEFAULT MUTEX_TYPE_NORMAL |
Default mutex type.
| #define MUTEX_TYPE_ERRORCHECK 2 |
Error-checking mutex type.
| #define MUTEX_TYPE_NORMAL 1 |
Normal mutex type.
| #define MUTEX_TYPE_RECURSIVE 3 |
Recursive mutex type.
1.8.7