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