wut  1.0.0-beta9
Wii U Toolchain
Data Structures | Typedefs | Functions
Thread Queue

Data Structures

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)
 

Detailed Description


Data Structure Documentation

◆ OSThreadLink

struct OSThreadLink

Definition at line 20 of file threadqueue.h.

Data Fields
OSThread * prev
OSThread * next

◆ OSThreadQueue

struct OSThreadQueue

Definition at line 29 of file threadqueue.h.

Data Fields
OSThread * head
OSThread * tail
void * parent

◆ OSThreadSimpleQueue

struct OSThreadSimpleQueue

Definition at line 41 of file threadqueue.h.

Data Fields
OSThread * head
OSThread * tail

Typedef Documentation

◆ OSThread

typedef struct OSThread OSThread

Definition at line 14 of file threadqueue.h.

◆ OSThreadLink

typedef struct OSThreadLink OSThreadLink

Definition at line 16 of file threadqueue.h.

◆ OSThreadQueue

typedef struct OSThreadQueue OSThreadQueue

Definition at line 17 of file threadqueue.h.

◆ OSThreadSimpleQueue

Definition at line 18 of file threadqueue.h.

Function Documentation

◆ OSInitThreadQueue()

void OSInitThreadQueue ( OSThreadQueue queue)

◆ OSInitThreadQueueEx()

void OSInitThreadQueueEx ( OSThreadQueue queue,
void *  parent 
)