Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks
/ ThreadJoin
Function
ThreadJoin
src/common/thread_util.cc:89–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
Status ThreadJoin(std::thread &t) { return ThreadOperationImpl<&std::thread::join>(t,
"join"
); }
90
91
Status ThreadDetach(std::thread &t) { return ThreadOperationImpl<&std::thread::detach>(t,
"detach"
); }
92
Callers
6
Join
Method · 0.85
Join
Method · 0.85
Join
Method · 0.85
~SlotMigrator
Method · 0.85
Join
Method · 0.85
Stop
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected