Searched defs:scope_enter_signal (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dscope.c230 static void scope_enter_signal(Scope *s, ScopeState state, ScopeResult f) { function
265 scope_enter_signal(s, SCOPE_STOP_SIGKILL, SCOPE_SUCCESS);
327 scope_enter_signal(s, SCOPE_STOP_SIGTERM, SCOPE_SUCCESS);
447 scope_enter_signal(s, SCOPE_STOP_SIGKILL, SCOPE_FAILURE_TIMEOUT);

Completed in 11 milliseconds