MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~AgentMonitorComm

Method ~AgentMonitorComm

phxbinlogsvr/core/monitor/base/agent_monitor_comm.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36AgentMonitorComm::~AgentMonitorComm() {
37 pthread_cond_destroy(&cond_);
38 pthread_mutex_destroy(&mutex_);
39 pthread_rwlock_destroy(&rwmutex_);
40}
41
42AgentMonitorComm *AgentMonitorComm::GetGlobalAgentMonitorComm() {
43 static AgentMonitorComm agentmonitorcomm;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected