cvrThread.h File Reference
Contains the
cvr::thread wrapper class to encapulate the differences between the POSIX threads in *ix systems and the Win32 concepts.
More...
#include "cvrMutex.h"
#include "cvrSemaphore.h"
#include "cvrMacroSymbols.h"
#include <pthread.h>
Go to the source code of this file.
Detailed Description
Contains the
cvr::thread wrapper class to encapulate the differences between the POSIX threads in *ix systems and the Win32 concepts.
- Author:
- Thomas Rusert
Pablo Alvarado
- Date:
- 04.11.1999
- Id
- cvrThread.h,v 1.5 2005/04/20 16:02:17 doerfler Exp