WUT  0.1
Wii U Toolchain
Data Fields
OSEvent Struct Reference

#include <event.h>

Data Fields

uint32_t tag
 Should always be set to the value OS_EVENT_TAG. More...
 
const char * name
 Name set by OSInitEventEx. More...
 
BOOL value
 The current value of the event object. More...
 
OSThreadQueue queue
 The threads currently waiting on this event object with OSWaitEvent. More...
 
OSEventMode mode
 The mode of the event object, set by OSInitEvent. More...
 

Detailed Description

Definition at line 34 of file event.h.

Field Documentation

The mode of the event object, set by OSInitEvent.

Definition at line 51 of file event.h.

const char* name

Name set by OSInitEventEx.

Definition at line 40 of file event.h.

The threads currently waiting on this event object with OSWaitEvent.

Definition at line 48 of file event.h.

uint32_t tag

Should always be set to the value OS_EVENT_TAG.

Definition at line 37 of file event.h.

BOOL value

The current value of the event object.

Definition at line 45 of file event.h.


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