[#BloombergLP-bslmt-Configuration-defaultThreadStackSize] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/Configuration.adoc[Configuration]::defaultThreadStackSize :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int defaultThreadStackSize(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#