Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ NewLockMgrBP
Method
NewLockMgrBP
phxqueue/plugin/breakpointfactory.cpp:109–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
109
unique_ptr<comm::LockMgrBP> BreakPointFactory::NewLockMgrBP() {
110
return unique_ptr<comm::LockMgrBP>(new comm::LockMgrBP());
111
}
112
113
114
unique_ptr<comm::LockDbBP> BreakPointFactory::NewLockDbBP() {
Callers
1
GetThreadInstance
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected