Return the configured default thread stack size in bytes.

Synopsis

Declared in <bslmt_configuration.h>

static
int
defaultThreadStackSize();

Description

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.

Return Value

configured default thread stack size in bytes, or ThreadAttributes::BSLMT_UNSET_STACK_SIZE if never set

Created with MrDocs