Searched refs:death_sigs (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/init/
H A Dinit.c1607 static const int death_sigs[3] = { SIGHUP, SIGTERM, SIGKILL }; local
1621 if (kill(-1, death_sigs[i]) == -1 && errno == ESRCH)

Completed in 55 milliseconds