MCPcopy Create free account
hub / github.com/Tencent/phxsql / join

Method join

phxsqlproxy/phxthread.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void PhxThread::join() {
31 if (thr_)
32 thr_->join();
33}
34
35void PhxThread::detach() {
36 if (thr_)

Callers 4

PrintCommFunction · 0.80
PrintLibFunction · 0.80
PrintBinFunction · 0.80
PrintMakeAllSubDirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected