OS_GetCurrentThread


C Specification

#include <nitro/os.h>
OSThread* OS_GetCurrentThread( void );

Description

This function gets the current thread.

Arguments

None

Return Values

The pointer to the current thread.

See Also

OS_InitThread

Revision History

05/26/2004 Initial version