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 36 of file mutex.h.

Field Documentation

int32_t count

Current recursion lock count of mutex.

Definition at line 53 of file mutex.h.

Link used inside OSThread's mutex queue.

Definition at line 56 of file mutex.h.

const char* name

Name set by OSInitMutexEx.

Definition at line 42 of file mutex.h.

OSThread* owner

Current owner of mutex.

Definition at line 50 of file mutex.h.

Queue of threads waiting for this mutex to unlock.

Definition at line 47 of file mutex.h.

uint32_t tag

Should always be set to the value OS_MUTEX_TAG.

Definition at line 39 of file mutex.h.


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