Mobile API Reference
MicroStrategy 2019
|
#include "Base/Defines/NoCopy.h"
#include "Base/Defines/StrongPtr.h"
#include "Base/Interfaces/BaseException.h"
#include "Synch.h"
#include "LockCategories.h"
#include "LockOrderViolationException.h"
Go to the source code of this file.
Classes | |
class | MSynch::RWLock |
class | MSynch::RWLock::ReadSmartLock |
ReadSmartLock is intended to be created in the stack only. More... | |
class | MSynch::RWLock::WriteSmartLock |
WriteSmartLock is intended to be created in the stack only. More... | |
class | MSynch::RWLockException |
Namespaces | |
MSynch | |
Typedefs | |
typedef RWLock::Ptr | MSynch::RWLockPtr |
Functions | |
DLL_SYNCH_EXIM RWLock * | MSynch::CreateRWLock (EnumDSSLockStackCategory iLockCategory=DssLkStkCatNotNestingLock) |