Return a unique 64‐bit integral identifier for the current thread.
Synopsis
Declared in <bslmt_threadutilimpl_pthread.h>
static
bsls::Types::Uint64
selfIdAsUint64();
Description
Return an integral identifier that can be used to uniquely identify the current thread within the current process. This representation is particularly useful for logging purposes. Note that this value is only valid until the thread terminates and may be reused thereafter.
Return Value
unique 64‐bit integral identifier for the current thread
Created with MrDocs