#include <OW32/SyncObjects.h>
#include <cstddef>
#include <assert.h>
Go to the source code of this file.
Namespaces | |
| namespace | OW32 |
Classes | |
| class | OW32::CReadWriteLock |
| A read/write lock for N readers, N concurrent with N writers (1 concurrent). More... | |
| class | OW32::CReadWriteLock::CReadLock |
| A CSyncObject for the read lock. | |
| class | OW32::CReadWriteLock::CWriteLock |
| A CSyncObject for the write lock. | |
1.3.9.1