WUT  0.1
Wii U Toolchain
Data Structures | Macros | Typedefs | Enumerations | Functions
event.h File Reference
#include <wut.h>
#include "thread.h"
#include "threadqueue.h"

Go to the source code of this file.

Data Structures

struct  OSEvent
 

Macros

#define OS_EVENT_TAG   0x65566E54u
 

Typedefs

typedef struct OSEvent OSEvent
 
typedef enum OSEventMode OSEventMode
 

Enumerations

enum  OSEventMode
 

Functions

void OSInitEvent (OSEvent *event, BOOL value, OSEventMode mode)
 
void OSInitEventEx (OSEvent *event, BOOL value, OSEventMode mode, char *name)
 
void OSSignalEvent (OSEvent *event)
 
void OSSignalEventAll (OSEvent *event)
 
void OSWaitEvent (OSEvent *event)
 
void OSResetEvent (OSEvent *event)
 
BOOL OSWaitEventWithTimeout (OSEvent *event, OSTime timeout)