static void UseThreadAutoStack( qBool usingAutoStack = true );
Name | Description | |
---|---|---|
in | usingAutoStack | Set to true if AutoStack will be used. The default is false . |
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.
true
to false
. In addition, clarified the default value.
CONFIDENTIAL