OS_GetThreadPriority

Syntax

#include <nitro/os.h>
u32 OS_GetThreadPriority( OSThread* thread );
  

Arguments

thread Pointer to the thread structure used to acquire priority levels

Return Values

The priority level of the specified thread.

Description

Returns the priority level of a thread. The priorities range from 0 - 31.

See Also

OS_InitThread, OS_SetThreadPriority

Revision History

2005/09/06 Added const to the argument of the OSThread* model.
2004/02/26 Initial version.


CONFIDENTIAL