Interface for a semaphore object used for synchronization. More...
#include <IPvSemaphore.h>
Public Member Functions | |
| virtual void | Notify ()=0 |
| Notifies the semaphore. | |
| virtual void | Abort ()=0 |
| Aborts the semaphore. | |
| virtual bool | Wait ()=0 |
| Waits for the semaphore to be notified. More... | |
| virtual void | Reset ()=0 |
| Resets the semaphore to non-signaled state. | |
Interface for a semaphore object used for synchronization.
|
pure virtual |
Waits for the semaphore to be notified.
Copyright (c) 2002-2026 Pleora Technologies Inc.
www.pleora.com