MCPcopy 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
30void *ThreadBase::ThreadProcess(void *arg) {
31 ThreadBase *runner = (ThreadBase *) arg;
32
33 runner->Process();
34 runner->Close();
35
36 return NULL;
37}
38
39void ThreadBase::Close() {
40}

Callers

nothing calls this directly

Calls 2

ProcessMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected