#include <nitro/os.h>
OSThread* OS_SelectThread( void );
None.
This function returns the pointer to the thread structure of the highest priority thread that can be currently active. When there is no operable thread, this returns NULL.
OS_RescheduleThread, OS_SleepThread, OS_WakeupThread, OS_WakeupThreadDirect
12/01/2003 Initial Version