[#BloombergLP-bslmt-ThreadUtilImpl-04-selfKernelIdAsUint64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtilImpl-04.adoc[ThreadUtilImpl<Platform::PosixThreads>]::selfKernelIdAsUint64 :relfileprefix: ../../../ :mrdocs: Return an integral identifier of the current thread used by the operating system. Note that kernel thread ID is different from the user‐space thread ID returned by `selfIdAsUint64()`. Note that this value is only valid until the thread terminates and may be reused thereafter. == Synopsis Declared in `<bslmt_threadutilimpl_pthread.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bsls/Types/Uint64.adoc[bsls::Types::Uint64] selfKernelIdAsUint64(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#