class ThreadGroup

Thread grouping class for server processes. More...

Full nameost::ThreadGroup
Definition#include <groups.h>
Inheritsost::Thread [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Protected Methods


Detailed Description

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

 ThreadGroup (int pri, unsigned stack)

ThreadGroup

[protected]

 ThreadGroup (ThreadGroup **group, int pri, unsigned stack)

ThreadGroup

[protected]

 ~ThreadGroup ()

~ThreadGroup

[protected virtual]

void  Stop (void)

Stop

[protected virtual]

void  Start (void)

Start

[protected virtual]

Reimplemented from Thread.