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.
Synopsis
Declared in <bslmt_configuration.h>
static
int
defaultThreadStackSize();
Created with MrDocs