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 <cc++/exception.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 on Thu Nov 21 12:28:31 2002 for GNU CommonC++ by
1.2.18