[#BloombergLP-bslmt-ThreadUtil-getMinSchedulingPriority] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtil.adoc[ThreadUtil]::getMinSchedulingPriority :relfileprefix: ../../../ :mrdocs: Return the minimum available priority for the specified `policy`, where `policy` is of type `ThreadAttributes::SchedulingPolicy`. Return `ThreadAttributes::e_UNSET_PRIORITY` if the minimum scheduling priority cannot be determined. Note that, for some platform / policy combinations, `getMinSchedulingPriority(policy)` and `getMaxSchedulingPriority(policy)` return the same value. == Synopsis Declared in `<bslmt_threadutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getMinSchedulingPriority(xref:BloombergLP/bslmt/ThreadAttributes/SchedulingPolicy-08.adoc[ThreadAttributes::SchedulingPolicy] policy); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#