KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
mutex_t Struct Reference

Mutual exclusion lock type. More...

#include <kos/mutex.h>

Data Fields

int type
 
int dynamic
 
kthread_tholder
 
int count
 

Detailed Description

Mutual exclusion lock type.

All members of this structure should be considered to be private. It is unsafe to change anything in here yourself.

Field Documentation

◆ count

int mutex_t::count

◆ dynamic

int mutex_t::dynamic

◆ holder

kthread_t* mutex_t::holder

◆ type

int mutex_t::type

The documentation for this struct was generated from the following file: