SetValue

nn::os::ThreadLocalStorage::SetValue Member Function

Syntax

#include <nn/os.h>

void SetValue(
     uptr value
);

Parameters

Name Description
in value The value to store in thread-local storage.

Return Values

None.

Description

Sets a value to store in thread-local storage.

Stores the value uptr to the slot reserved by the ThreadLocalStorage object in the thread-local storage region of the current thread.

Revision History

2011/06/22
Added Description.
2010/01/07
Initial version.

CONFIDENTIAL