protlib::ThreadParam Class Reference
[Threads]

#include <source/ariba/utility/transport/tcpip/protlib/threads.h>

Inherited by protlib::TimerModuleParam, protlib::TPoverTCPParam, and protlib::TPoverUDPParam.

List of all members.

Public Member Functions

 ThreadParam ()
 ThreadParam (uint32 wait, const char *name, uint32 minc=1, uint32 maxc=(uint32)-1)

Public Attributes

const uint32 sleep_time
 sleep time
const std::string name
const uint32 min_count
 minimum thread count
const uint32 max_count
 maximum thread count

Static Public Attributes

static uint32 default_sleep_time = 5

Detailed Description

Base class for thread object parameters.

This is used by ThreadStarter to extract and store overall data like the sleep time and is also accessible to the thread object.

Definition at line 87 of file threads.h.


Constructor & Destructor Documentation

protlib::ThreadParam::ThreadParam (  ) 

Member Data Documentation

maximum thread count

Definition at line 100 of file threads.h.

minimum thread count

Definition at line 98 of file threads.h.

const std::string protlib::ThreadParam::name

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

Generated on Fri Dec 10 11:09:26 2010 for Ariba by  doxygen 1.6.1