Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ ThreadProcess
Method
ThreadProcess
phxcomm/utils/thread_base.cpp:30–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void *ThreadBase::ThreadProcess(void *arg) {
31
ThreadBase *runner = (ThreadBase *) arg;
32
33
runner->Process();
34
runner->Close();
35
36
return NULL;
37
}
38
39
void ThreadBase::Close() {
40
}
Callers
nothing calls this directly
Calls
2
Process
Method · 0.45
Close
Method · 0.45
Tested by
no test coverage detected