#include <tbb_thread.h>
|
class | tbb_thread_v3 |
|
bool | operator== (tbb_thread_v3::id x, tbb_thread_v3::id y) __TBB_NOEXCEPT(true) |
|
bool | operator!= (tbb_thread_v3::id x, tbb_thread_v3::id y) __TBB_NOEXCEPT(true) |
|
bool | operator< (tbb_thread_v3::id x, tbb_thread_v3::id y) __TBB_NOEXCEPT(true) |
|
bool | operator<= (tbb_thread_v3::id x, tbb_thread_v3::id y) __TBB_NOEXCEPT(true) |
|
bool | operator> (tbb_thread_v3::id x, tbb_thread_v3::id y) __TBB_NOEXCEPT(true) |
|
bool | operator>= (tbb_thread_v3::id x, tbb_thread_v3::id y) __TBB_NOEXCEPT(true) |
|
template<class charT , class traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &out, tbb_thread_v3::id id) |
|
tbb_thread_v3::id __TBB_EXPORTED_FUNC | thread_get_id_v3 () |
|
size_t | tbb_hasher (const tbb_thread_v3::id &id) |
|
id | atomic_compare_and_swap (id &location, const id &value, const id &comparand) |
|
Definition at line 233 of file tbb_thread.h.
◆ id() [1/2]
◆ id() [2/2]
tbb::internal::tbb_thread_v3::id::id |
( |
| ) |
|
|
inline |
◆ atomic_compare_and_swap
id atomic_compare_and_swap |
( |
id & |
location, |
|
|
const id & |
value, |
|
|
const id & |
comparand |
|
) |
| |
|
friend |
◆ operator!=
Definition at line 286 of file tbb_thread.h.
288 return x.my_id != y.my_id;
◆ operator<
◆ operator<<
template<class charT , class traits >
std::basic_ostream<charT, traits>& operator<< |
( |
std::basic_ostream< charT, traits > & |
out, |
|
|
tbb_thread_v3::id |
id |
|
) |
| |
|
friend |
◆ operator<=
Definition at line 294 of file tbb_thread.h.
296 return x.my_id <= y.my_id;
◆ operator==
Definition at line 282 of file tbb_thread.h.
284 return x.my_id == y.my_id;
◆ operator>
◆ operator>=
Definition at line 302 of file tbb_thread.h.
304 return x.my_id >= y.my_id;
◆ tbb_hasher
◆ tbb_thread_v3
◆ thread_get_id_v3
◆ my_id
The documentation for this class was generated from the following file: