#include <BThread.h>
◆ BThread()
◆ ~BThread()
◆ cancel()
◆ function()
void * BThread::function |
( |
| ) |
|
|
virtual |
◆ getThread()
pthread_t BThread::getThread |
( |
| ) |
|
◆ result()
void * BThread::result |
( |
| ) |
|
◆ running()
◆ setInitPriority()
int BThread::setInitPriority |
( |
int |
policy, |
|
|
int |
priority |
|
) |
| |
◆ setInitStackSize()
int BThread::setInitStackSize |
( |
size_t |
stackSize | ) |
|
◆ setPriority()
int BThread::setPriority |
( |
int |
policy, |
|
|
int |
priority |
|
) |
| |
◆ start()
◆ startFunc()
void * BThread::startFunc |
( |
void * |
arg | ) |
|
|
staticprivate |
◆ waitForCompletion()
void * BThread::waitForCompletion |
( |
| ) |
|
◆ opolicy
◆ opriority
◆ oresult
◆ orunning
◆ ostackSize
size_t BThread::ostackSize |
|
private |
◆ othread
pthread_t BThread::othread |
|
private |
The documentation for this class was generated from the following files: