MCPcopy Create free account
hub / github.com/Tencent/phxqueue / GetLockMgr

Method GetLockMgr

phxqueue/lock/lock.cpp:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157LockMgr *Lock::GetLockMgr() {
158 return impl_->lock_mgr.get();
159}
160
161// ret: RET_OK if acquired, others if not acquired
162comm::RetCode Lock::AcquireLock(const comm::proto::AcquireLockRequest &req,

Callers 5

DoExecuteFunction · 0.80
ExecuteForCheckpointMethod · 0.80
LoadCheckpointStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected