Return true if the specified a and b thread id identify the same thread, and false otherwise.
true
a
b
false
Declared in <bslmt_threadutilimpl_pthread.h>
<bslmt_threadutilimpl_pthread.h>
static bool areEqualId( Id const& a, Id const& b);
Created with MrDocs