OSGetCurrentThread

C Specification

#include <revolution/os.h>
OSThread* OSGetCurrentThread(void);

Arguments

None.

Return Values

Pointer to the current thread.

Description

Gets the pointer to the current thread.

See Also

Thread Functions, Thread Synchronization Functions

Revision History

03/01/2006 Initial version.