Thread identifier. More...
Public Member Functions | |
thread_id () noexcept | |
Creates a thread_id that represents all non-joinable. | |
thread_id (Eina_Thread raw) | |
Friends | |
bool | operator== (thread_id lhs, thread_id rhs) |
Check if two thread identifiers are the same. More... | |
bool | operator!= (thread_id lhs, thread_id rhs) |
Check if two thread identifiers are different. More... | |
bool | operator< (thread_id lhs, thread_id rhs) |
Less than comparison of thread identifiers. More... | |
template<typename charT , typename Traits > | |
std::basic_ostream< charT, Traits > & | operator<< (std::basic_ostream< charT, Traits > &out, thread_id id) |
Inserts a textual representation in the given stream. More... | |
Thread identifier.
Check if two thread identifiers are the same.
true
if the thread identifiers have the same value. Check if two thread identifiers are different.
true
if the thread identifiers have different values.
|
friend |
Inserts a textual representation in the given stream.
out | Output stream where the textual representation will be inserted. |
id | thread_id object. |
std::basic_ostream
object.