Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Examples
thread.h File Reference
Synchronization and threading services.
More...
#include <cc++/config.h>
#include <ctime>
#include <pthread.h>
#include <time.h>
#include <signal.h>
#include <unistd.h>
Go to the source code of this file.
Detailed Description
Synchronization and threading services.
Define Documentation
#define ENTER_CRITICAL enterMutex();
|
|
#define ENTER_DEFERRED setCancel(cancelDeferred);
|
|
#define LEAVE_CRITICAL leaveMutex();
|
|
#define LEAVE_DEFERRED setCancel(cancelImmediate);
|
|
#define psleep(
|
x ) (sleep)(x)
|
|
Typedef Documentation
typedef pthread_t cctid_t
|
|
typedef unsigned long timeout_t
|
|
Generated at Sat May 12 18:59:38 2007 for GNU CommonC++ by
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001