[#BloombergLP-bslmt-ThreadAttributes-setInheritSchedule] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadAttributes.adoc[ThreadAttributes]::setInheritSchedule :relfileprefix: ../../../ :mrdocs: Set the `inheritSchedule` attribute of this object to the specified `value`. Return a non‐`const` reference to this object (see also {Fluent Interface}). A value of `false` for the inherit schedule attribute indicates that a thread should _not_ inherit the scheduling policy and priority of the thread that created it and instead should use the respective values supplied by this object; whereas a value of `true` indicates that the thread _should_ inherit these attributes and ignore the respective values in this object. See `bslmt_threadutil` for information about support for this attribute. == Synopsis Declared in `<bslmt_threadattributes.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslmt/ThreadAttributes.adoc[ThreadAttributes]& setInheritSchedule(bool value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#