WUT  0.1
Wii U Toolchain
Data Fields
OSMutex Struct Reference

#include <mutex.h>

Data Fields

uint32_t tag
 Should always be set to the value OS_MUTEX_TAG. More...
 
const char * name
 Name set by OSInitMutexEx. More...
 
OSThreadQueue queue
 Queue of threads waiting for this mutex to unlock. More...
 
OSThreadowner
 Current owner of mutex. More...
 
int32_t count
 Current recursion lock count of mutex. More...
 
OSMutexLink link
 Link used inside OSThread's mutex queue. More...
 

Detailed Description

Definition at line 35 of file mutex.h.

Field Documentation

uint32_t tag

Should always be set to the value OS_MUTEX_TAG.

Definition at line 38 of file mutex.h.

const char* name

Name set by OSInitMutexEx.

Definition at line 41 of file mutex.h.

Queue of threads waiting for this mutex to unlock.

Definition at line 46 of file mutex.h.

OSThread* owner

Current owner of mutex.

Definition at line 49 of file mutex.h.

int32_t count

Current recursion lock count of mutex.

Definition at line 52 of file mutex.h.

Link used inside OSThread's mutex queue.

Definition at line 55 of file mutex.h.


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