#include <Thread.h>
|
| static void | sleep (const double &seconds) |
| |
| static void | yield () |
| |
|
| static void * | start (void *arg) |
| |
◆ Thread()
| rl::util::Thread::Thread |
( |
| ) |
|
|
inlineexplicit |
◆ ~Thread()
| virtual rl::util::Thread::~Thread |
( |
| ) |
|
|
inlinevirtual |
◆ join()
| void rl::util::Thread::join |
( |
| ) |
|
|
inline |
◆ operator!=()
| bool rl::util::Thread::operator!= |
( |
const Thread & |
rhs | ) |
const |
|
inline |
◆ operator==()
| bool rl::util::Thread::operator== |
( |
const Thread & |
rhs | ) |
const |
|
inline |
◆ run()
| virtual void rl::util::Thread::run |
( |
| ) |
|
|
pure virtual |
◆ sleep()
| static void rl::util::Thread::sleep |
( |
const double & |
seconds | ) |
|
|
inlinestatic |
◆ start() [1/2]
| void rl::util::Thread::start |
( |
| ) |
|
|
inline |
◆ start() [2/2]
| static void* rl::util::Thread::start |
( |
void * |
arg | ) |
|
|
inlinestaticprivate |
◆ yield()
| static void rl::util::Thread::yield |
( |
| ) |
|
|
inlinestatic |
◆ thread
| pthread_t rl::util::Thread::thread |
|
private |
The documentation for this class was generated from the following file: