[#BloombergLP-bslmt-ThreadUtil-self] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtil.adoc[ThreadUtil]::self :relfileprefix: ../../../ :mrdocs: Return an opaque thread identifier that can be used to refer to the current thread in calls to other `ThreadUtil` methods. Note that identifier may only be used to refer to the current thread from the current thread (the handle returned is not valid in other threads). == Synopsis Declared in `<bslmt_threadutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bslmt/ThreadUtil/Handle.adoc[ThreadUtil::Handle] self(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#