nn::os::ManagedThread::SetName Member Function#include <nn/os.h>
void SetName(
const char8 * pName
);
| Name | Description | |
|---|---|---|
| in | pName | Pointer to the name to set. NULL can be specified. |
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.
CONFIDENTIAL