Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
unique_ptr<comm::LockBP> BreakPointFactory::NewLockBP() {
105
return unique_ptr<comm::LockBP>(new comm::LockBP());
106
}
107
108
109
unique_ptr<comm::LockMgrBP> BreakPointFactory::NewLockMgrBP() {
Callers
1
GetThreadInstance
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected