OS_GetCurrentThread

C Specification

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

Arguments

None.

Return Values

The pointer to the current thread.

Description

This function gets the current thread.

See Also

OS_InitThread

Revision History

05/26/2004 Initial Version