OS_GetCurrentThread

Syntax

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

Arguments

None.

Return Values

The pointer to the current thread.

Description

Gets the current thread.

See Also

OS_InitThread

Revision History

2004/05/26 Initial version.


CONFIDENTIAL