#include <revolution/os.h> OSPriority OSGetThreadPriority(OSThread* thread);
| thread | Pointer to the thread of which to get the priority. |
|---|
The thread's scheduling priority.
Returns the priority order that will become the scheduling base for the specified thread.
Thread Functions, Thread Synchronization Functions, OSCreateThread, OSSetThreadPriority
2006/03/01 Initial version.
CONFIDENTIAL