Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/os/
DOSThread.h103 typedef struct OSThread OSThread; typedef
140 struct OSThread struct
151 OSThreadQueue* queue; // queue thread is on argument
152 OSThreadLink link; // queue link argument
154 OSThreadQueue queueJoin; // list of threads waiting for termination (join) argument
159 OSThreadLink linkActive; // link of all threads for debugging argument
161 u8* stackBase; // the thread's designated stack (high address)
162 u32* stackEnd; // last word of stack (low address)
164 s32 error;
188 void OSInitThreadQueue ( OSThreadQueue* queue ); argument