Return an opaque handle that refers to the current thread.
Synopsis
Declared in <bslmt_threadutilimpl_pthread.h>
static
ThreadUtilImpl<bslmt::Platform::PosixThreads>::Handle
self();
Description
Return an identifier that can be used to refer to the current thread in future calls to this utility.
Return Value
opaque handle referring to the current thread
Created with MrDocs