[#BloombergLP-bslmt-ThreadAttributes-schedulingPriority] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadAttributes.adoc[ThreadAttributes]::schedulingPriority :relfileprefix: ../../../ :mrdocs: Return the value of the `schedulingPriority` attribute of this object. This attribute is ignored unless `inheritSchedule()` is `false`. Higher values of `value` signify more urgent priorities. Note that the valid range of priorities depends upon the platform and `schedulingPolicy` attribute, and the minimum and maximum priority values are determined by methods in `bslmt_threadutil`. See `bslmt_threadutil` for information about this attribute. == Synopsis Declared in `<bslmt_threadattributes.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int schedulingPriority() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#