nn::nex::Core::SetThreadStackSize Member Function

Syntax

static void SetThreadStackSize(
     qUnsignedInt32 uiThreadSize
);

Parameters

Name Description
in uiThreadSize Thread stack size.

Return Values

None.

Description

Sets the size of the thread stack.

Sets the stack size for the threads created internally by NEX. The default value is set to an operational size, so there is no need to change the value.

Revision History

2011/06/06
Initial version.

CONFIDENTIAL