#include <nitro/os.h>
OSThread* OS_SelectThread( void );
None.
The selected thread.
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
2003/12/01 Initial version.
CONFIDENTIAL