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

Method ~CheckPointManager

phxbinlogsvr/core/storage/checkpoint_manager.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78CheckPointManager::~CheckPointManager() {
79 pthread_mutex_destroy(&mutex_);
80}
81
82int CheckPointManager::LockCheckPoint() {
83 int ret = TestAndSet(RUNNINGSTATUS::NONE, RUNNINGSTATUS::LOCKING);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected