Beamlib
3.0.1
This is the Beam C++ class library.
|
Implements a program execution thread. More...
#include <BThread.h>
Public Member Functions | |
BThread () | |
virtual | ~BThread () |
int | setInitPriority (int policy, int priority) |
int | setInitStackSize (size_t stackSize) |
int | start () |
void * | result () |
int | running () |
int | setPriority (int policy, int priority) |
int | cancel () |
void * | waitForCompletion () |
pthread_t | getThread () |
virtual void * | function () |
Implements a program execution thread.
BThread::BThread | ( | ) |
|
virtual |
int BThread::setInitPriority | ( | int | policy, |
int | priority | ||
) |
int BThread::setInitStackSize | ( | size_t | stackSize | ) |
int BThread::start | ( | ) |
void * BThread::result | ( | ) |
int BThread::running | ( | ) |
int BThread::setPriority | ( | int | policy, |
int | priority | ||
) |
int BThread::cancel | ( | ) |
void * BThread::waitForCompletion | ( | ) |
pthread_t BThread::getThread | ( | ) |
|
virtual |
Reimplemented in BoapServer.