KallistiOS
##version##
|
Mutual exclusion lock type. More...
#include <kos/mutex.h>
Data Fields | |
int | type |
int | dynamic |
kthread_t * | holder |
int | count |
Mutual exclusion lock type.
All members of this structure should be considered to be private. It is unsafe to change anything in here yourself.
int kos_mutex::count |
int kos_mutex::dynamic |
kthread_t* kos_mutex::holder |
int kos_mutex::type |