nn::os::ManagedThread::SetName Member Function

Syntax

#include <nn/os.h>

void SetName(
     const char8 * pName
);

Parameters

Name Description
in pName Pointer to the name to set. NULL can be specified.

Return Values

None.

Description

Sets the name.

ManagedThread only maintains the value of the passed pointer. Proper management is required so as not to release the buffer indicated by the pointer.

GetName returns NULL if SetName has never been called.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL