Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
void mtf::Process::kill()
161
{
162
if (!detached) signal_process(pid, SIGKILL);
163
}
164
165
void mtf::Process::terminate()
166
{
Callers
1
TEST
Function · 0.45
Calls
1
signal_process
Function · 0.85
Tested by
1
TEST
Function · 0.36