[#BloombergLP-bslmt-ThreadUtil-isThreadLimitReached] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtil.adoc[ThreadUtil]::isThreadLimitReached :relfileprefix: ../../../ :mrdocs: Counts down the limit counter set by `ThreadUtil::setThreadLimit`. Returns `true` if current thread creation attempt should be failed. Note that if the thread limit is reached, all future thread creation attempts will fail, unless the limit is reset by a call to `setThreadLimit`. == Synopsis Declared in `<bslmt_threadutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isThreadLimitReached(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#