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

Method start

phxsqlproxy/phxthread.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void PhxThread::start() {
27 thr_ = new std::thread(&PhxThread::run, this);
28}
29
30void PhxThread::join() {
31 if (thr_)

Callers 4

StartWorkerFunction · 0.45
runMethod · 0.45
runMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

runMethod · 0.36
mainFunction · 0.36