|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
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 mutex_t::count |
| int mutex_t::dynamic |
| kthread_t* mutex_t::holder |
| int mutex_t::type |