nn::os::ManagedThread::InitializeEnvironment Member Function

Syntax

#include <nn/os.h>

static void InitializeEnvironment();

Parameters

None.

Return Values

None.

Description

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.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL