MCPcopy Create free account
hub / github.com/COVESA/vsomeip / force_stop

Method force_stop

test/common/src/process.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void process_group_t::force_stop() {
167 for (auto& [name, proc] : processes_) {
168 proc->terminate();
169 proc->wait_finish();
170 }
171 processes_.clear();
172}
173
174process_manager_t& process_group_t::operator[](const std::string& name) {
175 return *processes_.at(name);

Callers

nothing calls this directly

Calls 3

wait_finishMethod · 0.80
terminateMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected