#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()
◆ waitForCompletion()
void * BThread::waitForCompletion |
( |
| ) |
|
The documentation for this class was generated from the following files: