Beamlib 3.1.2
This is the Beam C++ class library.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
BThread Class Reference

Implements a program execution thread. More...

#include <BThread.h>

Inheritance diagram for BThread:
BRtcThreaded BoapServer BoapServerConnection

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

Detailed Description

Implements a program execution thread.

Constructor & Destructor Documentation

◆ BThread()

BThread::BThread ( )

◆ ~BThread()

BThread::~BThread ( )
virtual

Member Function Documentation

◆ setInitPriority()

int BThread::setInitPriority ( int  policy,
int  priority 
)

◆ setInitStackSize()

int BThread::setInitStackSize ( size_t  stackSize)

◆ start()

int BThread::start ( )

◆ result()

void * BThread::result ( )

◆ running()

int BThread::running ( )

◆ setPriority()

int BThread::setPriority ( int  policy,
int  priority 
)

◆ cancel()

int BThread::cancel ( )

◆ waitForCompletion()

void * BThread::waitForCompletion ( )

◆ getThread()

pthread_t BThread::getThread ( )

◆ function()

void * BThread::function ( )
virtual

Reimplemented in BoapServer.


The documentation for this class was generated from the following files: