Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

ost::ThreadGroup Class Reference

A thread grouping class for a set of server classes that may be started and stopped together as a common group. Thread grouping class for server processes. More...

#include <groups.h>

Inheritance diagram for ost::ThreadGroup::

ost::Thread List of all members.

Protected Methods

 ThreadGroup (int pri, unsigned stack)
 ThreadGroup (ThreadGroup **group, int pri, unsigned stack)
virtual ~ThreadGroup ()
virtual void Stop (void)
virtual void Start (void)

Friends

void startThreads (ThreadGroup *group=NULL)
 Start a group of threads together. More...

void stopThreads (ThreadGroup *group=NULL)

Detailed Description

A thread grouping class for a set of server classes that may be started and stopped together as a common group. Thread grouping class for server processes.

Author:
David Sugar <dyfet@ostel.com>


Constructor & Destructor Documentation

ost::ThreadGroup::ThreadGroup int   pri,
unsigned   stack
[protected]
 

ost::ThreadGroup::ThreadGroup ThreadGroup **   group,
int   pri,
unsigned   stack
[protected]
 

virtual ost::ThreadGroup::~ThreadGroup   [inline, protected, virtual]
 


Member Function Documentation

virtual void ost::ThreadGroup::Start void   [inline, protected, virtual]
 

virtual void ost::ThreadGroup::Stop void   [inline, protected, virtual]
 


Friends And Related Function Documentation

void startThreads ThreadGroup *   group = NULL [friend]
 

Start a group of threads together.

void stopThreads ThreadGroup *   group = NULL [friend]
 


The documentation for this class was generated from the following file:
Generated at Fri Dec 21 08:31:36 2001 for CommonC++ by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001