WUT
0.1
Wii U Toolchain
|
#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... | |
Definition at line 24 of file condition.h.
const char* name |
Name set by OSInitCondEx.
Definition at line 30 of file condition.h.
OSThreadQueue queue |
Queue of threads currently waiting on condition with OSWaitCond.
Definition at line 35 of file condition.h.
uint32_t tag |
Should always be set to the value OS_CONDITION_TAG.
Definition at line 27 of file condition.h.