| 72 | } |
| 73 | |
| 74 | void LaunchWorker::SyncAll() |
| 75 | { |
| 76 | std::unique_lock<MutexLock> lock(*mtx_); |
| 77 | SyncAllWithLock(std::move(lock)); |
| 78 | } |
| 79 | |
| 80 | void LaunchWorker::SyncCmd(std::shared_ptr<HwCommand> hw_cmd) |
| 81 | { |
nothing calls this directly
no outgoing calls
no test coverage detected