nn::os::ManagedThread::GetName Member Function

Syntax

#include <nn/os.h>

const char8 * GetName() const;

Parameters

None.

Return Values

Returns the pointer to the string set with SetName.

Description

Gets the name.

Returns NULL if SetName has never been called.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL