Return the platform-specific native handle for the specified thread.
Declared in <bslmt_threadutil.h>
static
ThreadUtil::NativeHandle
nativeHandle(Handle const& handle);
Return the platform-specific identifier associated with the thread referred to by the specified handle. The behavior is undefined unless handle was obtained by a call to create or self. Note that the returned native handle may not be a globally unique identifier for the thread (see selfIdAsUint).
platform-specific native handle for the thread
| Name | Description |
|---|---|
| handle | thread whose native handle is returned |