Searched defs:OSThread (Results 1 – 1 of 1) sorted by relevance
106 typedef struct OSThread OSThread; typedef143 struct OSThread struct154 OSThreadQueue* queue; // queue thread is on argument155 OSThreadLink link; // queue link argument157 OSThreadQueue queueJoin; // list of threads waiting for termination (join) argument162 OSThreadLink linkActive; // link of all threads for debugging argument164 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