MCPcopy Create free account
hub / github.com/baidu/tera / Lock

Method Lock

src/observer/rowlocknode/remote_rowlocknode.cc:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17RemoteRowlockNode::~RemoteRowlockNode() {}
18
19void RemoteRowlockNode::Lock(google::protobuf::RpcController* controller,
20 const RowlockRequest* request, RowlockResponse* response,
21 google::protobuf::Closure* done) {
22 rowlocknode_impl_->TryLock(request, response, done);
23}
24
25void RemoteRowlockNode::UnLock(google::protobuf::RpcController* controller,
26 const RowlockRequest* request, RowlockResponse* response,

Callers 2

ClearTimeoutMethod · 0.45
InitMethod · 0.45

Calls 1

TryLockMethod · 0.45

Tested by

no test coverage detected