Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
void PhxThread::start() {
27
thr_ = new std::thread(&PhxThread::run, this);
28
}
29
30
void PhxThread::join() {
31
if (thr_)
Callers
4
StartWorker
Function · 0.45
run
Method · 0.45
run
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
2
run
Method · 0.36
main
Function · 0.36