Searched defs:OSThread (Results 1 – 1 of 1) sorted by relevance
103 typedef struct OSThread OSThread; typedef140 struct OSThread struct151 OSThreadQueue* queue; // queue thread is on argument152 OSThreadLink link; // queue link argument154 OSThreadQueue queueJoin; // list of threads waiting for termination (join) argument159 OSThreadLink linkActive; // link of all threads for debugging argument161 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