BThread Class Reference

#include <BThread.h>

Inheritance diagram for BThread:

BoapServer BoapServerConnection BRtcThreaded List of all members.

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 ()

Static Private Member Functions

static void * startFunc (void *)

Private Attributes

pthread_t othread
size_t ostackSize
int opolicy
int opriority
int orunning
void * oresult

Constructor & Destructor Documentation

BThread::BThread (  ) 

BThread::~BThread (  )  [virtual]


Member Function Documentation

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 (  ) 

void * BThread::function (  )  [virtual]

Reimplemented in BoapServerConnection, BoapServer, and BRtcThreaded.

void * BThread::startFunc ( void *   )  [static, private]


Member Data Documentation

pthread_t BThread::othread [private]

size_t BThread::ostackSize [private]

int BThread::opolicy [private]

int BThread::opriority [private]

int BThread::orunning [private]

void* BThread::oresult [private]


The documentation for this class was generated from the following files:
Generated on Thu Aug 2 16:16:41 2007 for LibTmsApi by  doxygen 1.5.1