MCPcopy 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
89Status ThreadJoin(std::thread &t) { return ThreadOperationImpl<&std::thread::join>(t, "join"); }
90
91Status ThreadDetach(std::thread &t) { return ThreadOperationImpl<&std::thread::detach>(t, "detach"); }
92

Callers 6

JoinMethod · 0.85
JoinMethod · 0.85
JoinMethod · 0.85
~SlotMigratorMethod · 0.85
JoinMethod · 0.85
StopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected