nn::os::ThreadLocalStorage::SetValue Member Function#include <nn/os.h>
void SetValue(
uptr value
);
| Name | Description | |
|---|---|---|
| in | value | The value to store in thread-local storage. |
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.
CONFIDENTIAL