Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void *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
Process
Method · 0.45
Close
Method · 0.45
Tested by
no test coverage detected