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

Method NewLockBP

phxqueue/plugin/breakpointfactory.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104unique_ptr<comm::LockBP> BreakPointFactory::NewLockBP() {
105 return unique_ptr<comm::LockBP>(new comm::LockBP());
106}
107
108
109unique_ptr<comm::LockMgrBP> BreakPointFactory::NewLockMgrBP() {

Callers 1

GetThreadInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected