Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/cafe/os/
DOSThread.h160 struct OSThread struct
165 // and OSThread must be identical for compatibility argument
182 OSThreadQueue* runQueue[MAX_SYSTEM_CORES]; argument
183 OSThreadLink linkRun[MAX_SYSTEM_CORES]; // link for the run queue. argument
185 OSThreadQueue* queue; // queue thread is on argument
186 OSThreadLink link; // queue link argument
188 OSThreadQueue queueJoin; // list of threads waiting for termination (join) argument
193 OSThreadLink linkActive; // link of all threads for debugging argument
198 OSThread_Proc entryPoint; // actual entry point (not per-thread crt startup) argument
203 OSThreadType type; argument
[all …]