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

Method ThreadProcess

phxbinlogsvr/core/repl/replication_base.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void *ReplicationBase::ThreadProcess(void *arg) {
36 ReplicationBase *runner = (ReplicationBase *) arg;
37
38 int ret = runner->Process();
39 if (ret)
40 runner->Close();
41
42 return NULL;
43}
44
45}
46

Callers

nothing calls this directly

Calls 2

ProcessMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected