Namespace for utilities that manage default bslmt configuration values.
Synopsis
Declared in <bslmt_configuration.h>
struct Configuration;
Description
This struct provides a namespace for a suite of functions that are used to manage the configuration of default values used in bslmt. Specifically, these functions manage the default value of thread stack size and provide access to the platform's native guard size, but may be extended to govern more traits in the future.
Static Member Functions
Name |
Description |
Return the configured default thread stack size in bytes. |
|
Return the platform's default thread stack guard size in bytes. |
|
Return the platform's native default thread stack size in bytes. |
|
Return a platform‐independent recommended default thread stack size. |
|
Set the default thread stack size to the specified |
Created with MrDocs