| 
| 
bool  | isThreadRunning () const noexcept | 
|   | 
| 
bool  | shouldThreadExit () const noexcept | 
|   | 
| 
bool  | startThread (const bool withRealtimePriority=false) noexcept | 
|   | 
| 
bool  | stopThread (const int timeOutMilliseconds) noexcept | 
|   | 
| 
void  | signalThreadShouldExit () noexcept | 
|   | 
| 
const String &  | getThreadName () const noexcept | 
|   | 
| 
pthread_t  | getThreadId () const noexcept | 
|   | 
 | 
| 
static void  | setCurrentThreadName (const char *const name) noexcept | 
|   | 
 | 
| 
  | Thread (const char *const threadName=nullptr) noexcept | 
|   | 
| 
virtual void  | run ()=0 | 
|   | 
The documentation for this class was generated from the following file: