#include <revolution/os.h> OSThread* OSGetCurrentThread(void);
None.
Pointer to the current thread.
Gets the pointer to the current thread. A NULL pointer is returned if this function is called within an exception handler or a callback function.
Thread Functions, Thread Synchronization Functions
2007/03/xx Added a description of the behavior that occurs when invoked from an exception handler or a callback function.
2006/03/01 Initial version.
CONFIDENTIAL