X-1.1 Camiel Vanderhoeven 31-MAR-2008 Adapted for use by the ES40 Emulator.
Definition in file RWLock.h.
#include "VMS/Foundation.h"
#include "VMS/Exception.h"
#include "VMS/RWLock_POSIX.h"
Go to the source code of this file.
Namespaces | |
| namespace | Poco |
Data Structures | |
| class | Poco::RWLock |
| A reader writer lock allows multiple concurrent readers or one exclusive writer. More... | |
| class | Poco::ScopedRWLock |
| A variant of ScopedLock for reader/writer locks. More... | |