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.

Synopsis

Declared in <bslmt_configuration.h>

static
int
nativeDefaultThreadStackSize();

Created with MrDocs