[#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 native handle for the specified thread. == 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); ---- == Description 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`). == Return Value platform‐specific native handle for the specified thread == Parameters [cols="1,4"] |=== | Name| Description | *threadHandle* | thread whose native handle is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#