#include <nitro/os.h>
OSThread* OS_GetCurrentThread( void );
None.
The pointer to the current thread.
Gets the current thread.
Do not call this from an interrupt handler. It returns an unknown value when called from an interrupt handler.
2009/03/30 Noted that this should not be called from an interrupt handler.
2004/05/26 Initial version.
CONFIDENTIAL