Return the platform-specific native handle for the specified thread.
Declared in <bslmt_threadutilimpl_pthread.h>
static
ThreadUtilImpl<bslmt::Platform::PosixThreads>::NativeHandle
nativeHandle(Handle const& threadHandle);
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).
platform-specific native handle for the specified thread
| Name | Description |
|---|---|
| threadHandle | thread whose native handle is returned |