#include <condition.h>
Inheritance diagram for openikev2::Condition:

Public Member Functions | |
| virtual void | wait ()=0 |
| Wait until notify() is executed. | |
| virtual void | notify ()=0 |
| Wake up one of the Threads waiting on this Condition. | |
| virtual void | acquire ()=0 |
| Locks the internal Mutex. | |
| virtual void | release ()=0 |
| Unlocks the internal Mutex. | |
1.5.1