[#BloombergLP-bslmt-ThreadUtilImpl-04-nativeHandle-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtilImpl-04.adoc[ThreadUtilImpl<Platform::PosixThreads>]::nativeHandle :relfileprefix: ../../../ :mrdocs: Return the platform specific identifier associated with the thread specified by `threadHandle`. Note that the returned native handle may not be a globally unique identifier for the thread (see `selfIdAsUint`). == Synopsis Declared in `<bslmt_threadutilimpl_pthread.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bslmt/ThreadUtilImpl-04/NativeHandle-08.adoc[ThreadUtilImpl<bslmt::Platform::PosixThreads>::NativeHandle] nativeHandle(xref:BloombergLP/bslmt/ThreadUtilImpl-04/Handle.adoc[Handle] const& threadHandle); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#