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

Method NewLockDbBP

phxqueue/plugin/breakpointfactory.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113
114unique_ptr<comm::LockDbBP> BreakPointFactory::NewLockDbBP() {
115 return unique_ptr<comm::LockDbBP>(new comm::LockDbBP());
116}
117
118
119unique_ptr<comm::LockCleanThreadBP> BreakPointFactory::NewLockCleanThreadBP() {

Callers 1

GetThreadInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected