#include <thread.h>
Definition at line 43 of file thread.h.
Enumerator |
---|
PRIORITY_REALTIME |
|
PRIORITY_HIGH |
|
PRIORITY_NORMAL |
|
PRIORITY_LOW |
|
PRIORITY_IDLE |
|
Definition at line 46 of file thread.h.
rp::hal::Thread::~Thread |
( |
| ) |
|
|
inline |
rp::hal::Thread::Thread |
( |
| ) |
|
|
inline |
rp::hal::Thread::Thread |
( |
thread_proc_t |
proc, |
|
|
void * |
data |
|
) |
| |
|
inlineprotected |
template<class T , u_result(T::*)(void) PROC>
static _word_size_t THREAD_PROC rp::hal::Thread::_thread_thunk |
( |
void * |
data | ) |
|
|
inlinestatic |
Thread rp::hal::Thread::create |
( |
thread_proc_t |
proc, |
|
|
void * |
data = NULL |
|
) |
| |
|
static |
template<class T , u_result(T::*)(void) PROC>
static Thread rp::hal::Thread::create_member |
( |
T * |
pthis | ) |
|
|
inlinestatic |
void* rp::hal::Thread::getData |
( |
| ) |
|
|
inline |
u_result rp::hal::Thread::join |
( |
unsigned long |
timeout = -1 | ) |
|
bool rp::hal::Thread::operator== |
( |
const Thread & |
right | ) |
|
|
inline |
void* rp::hal::Thread::_data |
|
protected |
thread_proc_t rp::hal::Thread::_func |
|
protected |
The documentation for this class was generated from the following files: