Home
last modified time | relevance | path

Searched refs:CTRLALTDEL (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dinit.c40 #define CTRLALTDEL 0x20 macro
321 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) { in run_action_from_list()
324 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid); in run_action_from_list()
456 if (sig == SIGINT) run_action_from_list(CTRLALTDEL); in check_if_pending_signals()