Searched defs:OSThread (Results 1 – 1 of 1) sorted by relevance
160 struct OSThread struct165 // and OSThread must be identical for compatibility argument182 OSThreadQueue* runQueue[MAX_SYSTEM_CORES]; argument183 OSThreadLink linkRun[MAX_SYSTEM_CORES]; // link for the run queue. argument185 OSThreadQueue* queue; // queue thread is on argument186 OSThreadLink link; // queue link argument188 OSThreadQueue queueJoin; // list of threads waiting for termination (join) argument193 OSThreadLink linkActive; // link of all threads for debugging argument198 OSThread_Proc entryPoint; // actual entry point (not per-thread crt startup) argument203 OSThreadType type; argument[all …]