MCPcopy Create free account
hub / github.com/canonical/mir / kill

Method kill

tests/mir_test_framework/process.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void mtf::Process::kill()
161{
162 if (!detached) signal_process(pid, SIGKILL);
163}
164
165void mtf::Process::terminate()
166{

Callers 1

TESTFunction · 0.45

Calls 1

signal_processFunction · 0.85

Tested by 1

TESTFunction · 0.36