#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.
Returns the priority level of a thread. The priorities range from 0 - 31.
OS_InitThread, OS_SetThreadPriority
2005/09/06 Added const
to the argument of the OSThread*
model.
2004/02/26 Initial version.
CONFIDENTIAL