GetId

nn::os::Thread::GetId Member Function

Syntax

#include <nn/os.h>

bit32 GetId() const;

Arguments

None.

Return Values

Returns the thread ID of an instance's thread.

Description

Gets the thread ID of an instance's thread.

Because the execution load of this function is rather large, frequent calls may lead to lowered performance.

Revision History

2011/08/02
Added information about the execution load.
2010/01/07
Initial version.

CONFIDENTIAL