#include <nitro/os.h>
void OS_RescheduleThread( void );
None.
None.
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.
OS_SelectThread, OS_SleepThread, OS_WakeupThread, OS_WakeupThreadDirect
2003/12/01 Initial version.
CONFIDENTIAL