nn::os::ManagedThread::InitializeEnvironment Member Function#include <nn/os.h> static void InitializeEnvironment();
None.
Conducts initialization in order to use ManagedThread.
Performs the various initialization processes required to use ManagedThread, and prepares for the main thread to be treated as the ManagedThread.
Calling this function consumes two ThreadLocalStorage objects.
You need to call this function before using any other ManagedThread functions.
CONFIDENTIAL