| 76 | } |
| 77 | |
| 78 | CheckPointManager::~CheckPointManager() { |
| 79 | pthread_mutex_destroy(&mutex_); |
| 80 | } |
| 81 | |
| 82 | int CheckPointManager::LockCheckPoint() { |
| 83 | int ret = TestAndSet(RUNNINGSTATUS::NONE, RUNNINGSTATUS::LOCKING); |
nothing calls this directly
no outgoing calls
no test coverage detected