![]() |
RTEMS 6.1-rc7
|
#include <thread.hpp>
Public Member Functions | |
id (pthread_t id_) | |
Friends | |
class | thread |
bool | operator== (thread::id l, thread::id r) noexcept |
template<class CharT , class Traits > | |
std::basic_ostream< CharT, Traits > & | operator<< (std::basic_ostream< CharT, Traits > &out, thread::id id_) |
We need our own id type so the thread class can access the pthread handle to initialise it.