Searched refs:SIGINT (Results 1 – 7 of 7) sorted by relevance
45 ScopedSignalHandler sigint_ignorer(SIGINT, SIG_IGN); in system()49 if (sigint_ignorer.old_action_.sa_handler != SIG_IGN) sigaddset64(&default_mask, SIGINT); in system()
39 __BIONIC_SIGDEF(SIGINT, "Interrupt")
26 #define SIGINT 2 macro
30 #define SIGINT 2 macro
82 MACRO(SIGINT); in signal_h()
120 kill(*pid, SIGINT); in Exec()