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

Method GetLockOption

phxqueue/lock/lock.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73Lock::~Lock() {}
74
75const LockOption *Lock::GetLockOption() const {
76 return &impl_->opt;
77}
78
79comm::RetCode Lock::Init() {
80 if (impl_->opt.log_func) {

Callers 6

InitMethod · 0.80
ExecuteMethod · 0.80
ExecuteForCheckpointMethod · 0.80
DoRunMethod · 0.80
CleanLockMethod · 0.80
UpdatePaxosArgsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected