OmniSciDB
b24e664e58
|
#include <LockMgr.h>
Static Public Member Functions | |
static std::shared_ptr< MutexType > | getMutex (const LockType lockType, const KeyType &key) |
Static Private Attributes | |
static std::mutex | aMutex_ |
static std::map< std::tuple < LockType, KeyType > , std::shared_ptr< MutexType > > | mutexMap_ |
|
static |
Definition at line 56 of file LockMgr.h.
Referenced by Lock_Namespace::getTableMutex().
|
staticprivate |
|
staticprivate |