Return the configured default thread stack size in bytes.
Declared in <bslmt_configuration.h>
static
int
defaultThreadStackSize();
Return the value set by the last call to setDefaultThreadStackSize; if setDefaultThreadStackSize has never been called, return ThreadAttributes::BSLMT_UNSET_STACK_SIZE which will signal thread creation to use the thread stack size native to the platform.
configured default thread stack size in bytes, or ThreadAttributes::BSLMT_UNSET_STACK_SIZE if never set