| 89 | } |
| 90 | |
| 91 | void CheckPointManager::UnLockCheckPoint() { |
| 92 | TestAndSet(RUNNINGSTATUS::LOCKING, RUNNINGSTATUS::NONE); |
| 93 | } |
| 94 | |
| 95 | void CheckPointManager::SetStatus(const RUNNINGSTATUS &status) { |
| 96 | run_status_ = status; |
nothing calls this directly
no outgoing calls
no test coverage detected