PTLib
Version 2.18.8
|
Go to the source code of this file.
Classes | |
class | PSync |
class | PSyncNULL |
Synchronisation without really synchronising. More... | |
class | PWaitAndSignal |
This class waits for the semaphore on construction and automatically signals the semaphore on destruction. More... | |
Macros | |
#define | P_INSTRUMENTED_WAIT_AND_SIGNAL2(var, mutex) PWaitAndSignal var(mutex) |
#define | P_INSTRUMENTED_WAIT_AND_SIGNAL(mutex) P_INSTRUMENTED_WAIT_AND_SIGNAL2(lock##__LINE__,mutex) |
#define P_INSTRUMENTED_WAIT_AND_SIGNAL | ( | mutex | ) | P_INSTRUMENTED_WAIT_AND_SIGNAL2(lock##__LINE__,mutex) |
#define P_INSTRUMENTED_WAIT_AND_SIGNAL2 | ( | var, | |
mutex | |||
) | PWaitAndSignal var(mutex) |