OSGetThreadPriority

C Specification

#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 that will become the scheduling base for the specified thread.

See Also

Thread Synchronization, Thread Synchronization Functions, OSCreateThreadOSSetThreadPriority

Revision History

2006/03/01 Initial version.


CONFIDENTIAL