KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
kos_mutex 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

int kos_mutex::count
int kos_mutex::dynamic
kthread_t* kos_mutex::holder
int kos_mutex::type

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