nn::nex::Core::UseThreadAutoStack Member Function

Syntax

static void UseThreadAutoStack(
     qBool usingAutoStack = true
);

Parameters

Name Description
in usingAutoStack Set to true if AutoStack will be used. The default is false.

Return Values

None.

Description

Sets whether to use AutoStack for the thread's stack memory.

If AutoStack is set for use, the system runs the thread using the nn::os::Thread::TryStartUsingAutoStack function.
If AutoStack is not being used, the system runs the thread using the nn::os::Thread::TryStart function.

See Also

UseThreadAutoStack()

Revision History

2013/03/27
Changed the default from true to false. In addition, clarified the default value.
2011/05/11
Initial version.

CONFIDENTIAL