Threads supporting thread-to-core affinities.
More...
Threads supporting thread-to-core affinities.
Compares two thread IDs for equality.
Comparison operators need to access the internal ID representation.
- Returns
true
if thread IDs are equivalent, otherwise false
- Parameters
-
[in] | lhs | Left-hand side of equality sign |
[in] | rhs | Right-hand side of equality sign |
Compares two thread IDs for inequality.
- Returns
true
if thread IDs are not equivalent, otherwise false
- Parameters
-
[in] | lhs | Left-hand side of inequality sign |
[in] | rhs | Left-hand side of inequality sign |
template<class CharT , class Traits >
std::basic_ostream<CharT, Traits>& embb::base::operator<< |
( |
std::basic_ostream< CharT, Traits > & |
os, |
|
|
Thread::ID |
id |
|
) |
| |
Writes thread ID to stream.
The streaming operator needs to access the internal ID representation.
- Returns
- Reference to the stream
- Parameters
-
[in,out] | os | Stream to which thread ID is written |
[in] | id | Thread ID to be written |