OS_RescheduleThread

C Specification

#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

12/01/2003 Initial Version