#include <nitro/os.h>
u32 OS_GetThreadPriority( OSThread* thread );
thread | Pointer to the thread structure used to acquire priority levels |
The priority level of the specified thread.
This function returns the priority level of a thread. The priorities range from 0 - 31.
OS_InitThread, OS_SetThreadPriority
09/06/2005 Added const to OSThread* type arguments.
02/26/2004 Initial version.