Data Structures | |
struct | efl::eina::thread_id |
Thread identifier. More... | |
struct | efl::eina::thread |
Provides an OOP interface to the Eina_Thread and automatic resource allocation and deallocation using the RAII programming idiom. More... | |
Functions | |
bool | efl::eina::operator<= (thread_id lhs, thread_id rhs) |
Less than or equal comparison of thread identifiers. More... | |
bool | efl::eina::operator> (thread_id lhs, thread_id rhs) |
More than comparison of thread identifiers. More... | |
bool | efl::eina::operator>= (thread_id lhs, thread_id rhs) |
More than or equal comparison of thread identifiers. More... | |
void | efl::eina::swap (thread &lhs, thread &rhs) |
Exchanges the underlying handles of two thread objects. More... | |
Less than or equal comparison of thread identifiers.
lhs | thread_id at the left side of the expression. |
rhs | thread_id at the right side of the expression. |
true
if lhs
is less than or equal to rhs
, false
otherwise. More than or equal comparison of thread identifiers.
lhs | thread_id at the left side of the expression. |
rhs | thread_id at the right side of the expression. |
true
if lhs
is more than or equal to rhs
, false
otherwise. Exchanges the underlying handles of two thread objects.
lhs | First thread object. |
rhs | Second thread object. |
References efl::eina::thread::swap().
Referenced by efl::eina::thread::swap().