nn::os::ThreadLocalStorage::ThreadLocalStorage Constructor#include <nn/os.h> ThreadLocalStorage();
None.
Creates a thread-local storage object and allocates one slot.
In the present implementation, up to 16 slots can be secured. If the upper limit is exceeded and securing a slot fails, the program will stop. (In the retail product environment, this is handed as a fatal error.)
CONFIDENTIAL