nn::os::ManagedThread::Start Member Function

Syntax

#include <nn/os.h>

void Start();

Parameters

None.

Return Values

None.

Description

Starts the processing of the thread.

The thread must have been created already with any one of the following functions: Initialize, TryInitialize, InitializeUsingAutoStack, or TryInitializeUsingAutoStack.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL