Home
last modified time | relevance | path

Searched defs:OSThread (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2.2/include/revolution/os/
DOSThread.h106 typedef struct OSThread OSThread; typedef
143 struct OSThread struct
154 OSThreadQueue* queue; // queue thread is on argument
155 OSThreadLink link; // queue link argument
157 OSThreadQueue queueJoin; // list of threads waiting for termination (join) argument
162 OSThreadLink linkActive; // link of all threads for debugging argument
164 u8* stackBase; // the thread's designated stack (high address)
165 u32* stackEnd; // last word of stack (low address)
167 s32 error;
191 void OSInitThreadQueue ( OSThreadQueue* queue ); argument