Home
last modified time | relevance | path

Searched defs:send_sighup (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dkillall.c190 static int killall(int sig, Set *pids, bool send_sighup) { in killall()
251 int broadcast_signal(int sig, bool wait_for_exit, bool send_sighup, usec_t timeout) { in broadcast_signal()
/systemd-251/src/core/
Dkill.h28 bool send_sighup; member
Dunit.c4528 bool wait_for_exit = false, send_sighup; in unit_kill_context() local