WUT  0.1
Wii U Toolchain
Data Fields
OSCondition Struct Reference

#include <condition.h>

Data Fields

uint32_t tag
 Should always be set to the value OS_CONDITION_TAG. More...
 
const char * name
 Name set by OSInitCondEx. More...
 
OSThreadQueue queue
 Queue of threads currently waiting on condition with OSWaitCond. More...
 

Detailed Description

Definition at line 20 of file condition.h.

Field Documentation

const char* name

Name set by OSInitCondEx.

Definition at line 26 of file condition.h.

Queue of threads currently waiting on condition with OSWaitCond.

Definition at line 31 of file condition.h.

uint32_t tag

Should always be set to the value OS_CONDITION_TAG.

Definition at line 23 of file condition.h.


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