RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Public Member Functions | Friends
rtems::thread::thread::id Class Reference

#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_)
 

Detailed Description

We need our own id type so the thread class can access the pthread handle to initialise it.


The documentation for this class was generated from the following file: