#include <thread.h>
|
| static void * | run_ (void *arg) |
| |
◆ Thread()
◆ ~Thread()
| virtual Thread::~Thread |
( |
| ) |
|
|
inlinevirtual |
◆ detach()
◆ interrupted()
| virtual bool Thread::interrupted |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ join()
◆ run()
| virtual void Thread::run |
( |
| ) |
|
|
protectedpure virtual |
◆ run_()
| void * Thread::run_ |
( |
void * |
arg | ) |
|
|
static |
◆ running()
| bool Thread::running |
( |
| ) |
const |
|
inline |
◆ start()
◆ stop()
◆ terminate()
| void Thread::terminate |
( |
| ) |
|
|
virtual |
◆ _interrupted
| volatile bool Thread::_interrupted |
◆ _running
◆ _thread_handle
| pthread_t Thread::_thread_handle |
The documentation for this class was generated from the following files: