|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Mutual exclusion lock type. More...
#include <kos/mutex.h>
Data Fields | |
| unsigned int | type |
| 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 mutex_t::count |
| kthread_t* mutex_t::holder |
| unsigned int mutex_t::type |