![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cThreadLockRW.h>
Public Member Functions | |
| void | IncReadLockCount () |
| void | DecReadLockCount () |
| void | Lock () |
| void | Unlock () |
Additional Inherited Members | |
Protected Member Functions inherited from Gray::cNonCopyable | |
| cNonCopyable () noexcept | |
| Force the use of Factory creation via protected constructor. More... | |
| ~cNonCopyable () noexcept | |
Simple NON recursive, NON upgradeable, read / write locking. from: http://www.viksoe.dk/code/rwmonitor.htm
|
inline |
|
inline |
|
inline |
|
inline |