nn::os::ThreadLocalStorage::GetValue Member Function

Syntax

#include <nn/os.h>

uptr GetValue() const;

Arguments

None.

Return Values

Value that is stored in thread-local storage

Description

Gets a value stored in thread-local storage.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL