Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

thread.h File Reference

The file includes classes for thread handling:
cThread
cThreadLock
cThreadLockAuto
cThreadLockRw
cThreadCond
. More...

#include <pthread.h>
#include <unistd.h>

Include dependency graph for thread.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cThread
 abstract class to support threads More...
class  cThreadLock
 Supports the locking. More...
class  cThreadLockAuto
 The lock is set at calling the constructor and unlock in the destructor. More...
class  cThreadLockRw
 Using read and write locks. More...
class  cThreadCond
 holding the thread conditions More...

Enumerations

enum  tTheadState { eTsUnknown, eTsSuspend, eTsRun, eTsExit }
 states of a thread


Detailed Description

The file includes classes for thread handling:
cThread
cThreadLock
cThreadLockAuto
cThreadLockRw
cThreadCond
.

Author:
Thomas Kanngieser <thomas.kanngieser@fci.com>

Lars Wetzel <larswetzel@users.sourceforge.net> (documentation only)

Version:
1.0
Date:
2004
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This file and program are licensed under a BSD style license. See the Copying file included with the OpenHPI distribution for full licensing terms.

Copyright (c) 2004 by FORCE Computers.


Generated on Mon Apr 26 14:38:49 2010 for New Simulator by  doxygen 1.4.4