#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 |
Lars Wetzel <larswetzel@users.sourceforge.net> (documentation only)
Copyright (c) 2004 by FORCE Computers.