[#BloombergLP-bslmt-ThreadUtilImpl-04-getMinSchedulingPriority] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtilImpl-04.adoc[ThreadUtilImpl<Platform::PosixThreads>]::getMinSchedulingPriority :relfileprefix: ../../../ :mrdocs: Return the minimum available priority for the specified `policy`, where `policy` is of type `ThreadAttributes::SchedulingPolicy`. Return `ThreadAttributes::BSLMT_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_threadutilimpl_pthread.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]#