Sleeping Wombat Common Library
0.50.0
swCommonLibrary
|
Readers-Writers problem solution with readers preference. More...
#include <ReaderWriterLock.h>
Public Member Functions | |
void | ReaderLock () |
void | ReaderUnlock () |
void | WriterLock () |
void | WriterUnlock () |
Private Attributes | |
std::mutex | m_resourceLock |
std::mutex | m_readersLock |
int | m_numReaders |
Readers-Writers problem solution with readers preference.