nn::os::ManagedThread::GetId Member Function

Syntax

#include <nn/os.h>

bit32 GetId() const;

Parameters

None.

Return Values

Returns the ID that uniquely identifies the thread.

Description

Gets the ID that uniquely identifies the thread.

This differs from the Thread::GetId function in that the ID value is cached internally, so the ID can be obtained at a lower load.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL