#include <psync.h>
Inheritance diagram for PSync:
Public Member Functions | |
Operations | |
virtual void | Wait ()=0 |
virtual void | Signal ()=0 |
|
Signal that the synchronisation object is available Implemented in PCriticalSection, PSemaphore, PSyncPointAck, and PCondMutex. |
|
Block until the synchronisation object is available Implemented in PCriticalSection, and PSemaphore. |