30 #ifndef PTLIB_SYNCPOINT_H
31 #define PTLIB_SYNCPOINT_H
93 #include "msos/ptlib/syncpoint.h"
95 #include "unix/ptlib/syncpoint.h"
100 #endif // PTLIB_SYNCPOINT_H
This class defines an arbitrary time interval to millisecond accuracy.
Definition: timeint.h:51
PSyncPoint()
Create a new sync point.
virtual void Wait()
Block until the synchronisation object is available.
bool PBoolean
Definition: object.h:174
virtual void Signal()
Signal that the synchronisation object is available.
This class defines a thread synchronisation object.
Definition: syncpoint.h:63