[#BloombergLP-bslmt-ThreadUtil-sleep-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtil.adoc[ThreadUtil]::sleep :relfileprefix: ../../../ :mrdocs: Suspend execution of the current thread for a period of at least the specified (relative) `sleepTime`, or an interrupting signal is received. Note that the actual time suspended depends on many factors including system scheduling and system timer resolution. == Synopsis Declared in `<bslmt_threadutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void sleep(xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& sleepTime); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#