Return the platform's native default thread stack size in bytes.
Synopsis
Declared in <bslmt_configuration.h>
static
int
nativeDefaultThreadStackSize();
Description
Return the "native" default thread stack size (in bytes) as determined by the underlying platform. Note that this value may be influenced by the choice of platform, environment variables, compiler/linker options, or shell configuration, and typically varies wildly among different platforms.
Return Value
platform's native default thread stack size in bytes
Created with MrDocs