wut
v1.7.0
Wii U Toolchain
|
Data Structures | |
struct | OSThreadLink |
struct | OSThreadQueue |
struct | OSThreadSimpleQueue |
Typedefs | |
typedef struct OSThread | OSThread |
typedef struct OSThreadLink | OSThreadLink |
typedef struct OSThreadQueue | OSThreadQueue |
typedef struct OSThreadSimpleQueue | OSThreadSimpleQueue |
Functions | |
void | OSInitThreadQueue (OSThreadQueue *queue) |
void | OSInitThreadQueueEx (OSThreadQueue *queue, void *parent) |
struct OSThreadLink |
Definition at line 20 of file threadqueue.h.
Data Fields | ||
---|---|---|
OSThread * | next | |
OSThread * | prev |
struct OSThreadQueue |
Definition at line 29 of file threadqueue.h.
Data Fields | ||
---|---|---|
OSThread * | head | |
OSThread * | tail | |
void * | parent |
struct OSThreadSimpleQueue |
Definition at line 41 of file threadqueue.h.
Data Fields | ||
---|---|---|
OSThread * | head | |
OSThread * | tail |
Definition at line 1 of file threadqueue.h.
typedef struct OSThreadLink OSThreadLink |
Definition at line 1 of file threadqueue.h.
typedef struct OSThreadQueue OSThreadQueue |
Definition at line 1 of file threadqueue.h.
typedef struct OSThreadSimpleQueue OSThreadSimpleQueue |
Definition at line 1 of file threadqueue.h.
void OSInitThreadQueue | ( | OSThreadQueue * | queue | ) |
void OSInitThreadQueueEx | ( | OSThreadQueue * | queue, |
void * | parent | ||
) |