Return whether the two thread identifiers refer to the same thread.
Declared in <bslmt_threadutilimpl_pthread.h>
static
bool
areEqualId(
Id const& a,
Id const& b);
Return true if the specified a and b thread id identify the same thread, and false otherwise.
true if both identifiers refer to the same thread, and false otherwise
| Name | Description |
|---|---|
| a | first thread identifier to compare |
| b | second thread identifier to compare |