OS_RescheduleThread

Syntax

#include <nitro/os.h>
void OS_RescheduleThread( void );

Arguments

None.

Return Values

None.

Description

When using the thread system, this function carries out thread scheduling. If there is a thread that can operate at a higher priority than the currently active thread, the context switches to that thread.

See Also

OS_SelectThread, OS_SleepThread, OS_WakeupThread, OS_WakeupThreadDirect

Revision History

2003/12/01 Initial version.


CONFIDENTIAL