#include <nitro/os.h>
OSThread* OS_GetCurrentThread( void );
This function gets the current thread.
None
The pointer to the current thread.
OS_InitThread
05/26/2004 Initial version