OSGetThreadPriority

Syntax

#include <revolution/os.h>

OSPriority OSGetThreadPriority(OSThread* thread);

Arguments

thread Pointer to the thread of which to get the priority.

Return Values

The thread's scheduling priority.

Description

Returns the priority order that will become the scheduling base for the specified thread.

See Also

Thread Functions, Thread Synchronization Functions, OSCreateThread, OSSetThreadPriority

Revision History

2006/03/01 Initial version.


CONFIDENTIAL