Return the platform‐specific native handle for the specified thread.
Synopsis
Declared in <bslmt_threadutilimpl_pthread.h>
static
ThreadUtilImpl<bslmt::Platform::PosixThreads>::NativeHandle
nativeHandle(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
Name |
Description |
threadHandle |
thread whose native handle is returned |
Created with MrDocs