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 33 of file event.h.

Field Documentation

uint32_t tag

Should always be set to the value OS_EVENT_TAG.

Definition at line 36 of file event.h.

const char* name

Name set by OSInitEventEx.

Definition at line 39 of file event.h.

BOOL value

The current value of the event object.

Definition at line 44 of file event.h.

The threads currently waiting on this event object with OSWaitEvent.

Definition at line 47 of file event.h.

The mode of the event object, set by OSInitEvent.

Definition at line 50 of file event.h.


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