OmniSciDB
a5dc49c757
|
#include <heavyai_locks.h>
Public Member Functions | |
virtual void | lock ()=0 |
virtual bool | try_lock ()=0 |
virtual void | unlock ()=0 |
virtual | ~MutexInterface () |
Definition at line 25 of file heavyai_locks.h.
|
inlinevirtual |
Definition at line 31 of file heavyai_locks.h.
|
pure virtual |
Implemented in heavyai::DistributedSharedMutex, and lockmgr::MutexTracker.
|
pure virtual |
Implemented in heavyai::DistributedSharedMutex, and lockmgr::MutexTracker.
|
pure virtual |
Implemented in heavyai::DistributedSharedMutex, and lockmgr::MutexTracker.