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

/system/core/sh/
H A Derror.c48 #include <signal.h>
62 #define signal bsd_signal macro
98 * there is a short period after a fork before the signal handlers are
118 signal(SIGINT, SIG_DFL);
H A Dredir.c46 #include <signal.h>
76 #define signal bsd_signal macro
274 signal(SIGINT, SIG_IGN);
275 signal(SIGQUIT, SIG_IGN);
276 signal(SIGHUP, SIG_IGN);
278 signal(SIGTSTP, SIG_IGN);
280 signal(SIGPIPE, SIG_DFL);
H A Dinit.c15 #include <signal.h>
249 #undef signal macro
250 #define signal bsd_signal macro
285 #undef signal macro
286 #define signal bsd_signal macro
290 #define S_DFL 1 /* default signal handling (SIG_DFL) */
292 #define S_CATCH 2 /* signal is caught */
294 #define S_IGN 3 /* signal is ignored (SIG_IGN) */
296 #define S_HARD_IGN 4 /* signal is ignored permenantly */
541 #undef signal macro
542 #define signal macro
577 #undef signal macro
578 #define signal macro
[all...]
/system/core/debuggerd/
H A Ddebuggerd.c20 #include <signal.h>
181 _LOG(tfd, false, "signal %d (%s), code %d (%s), fault addr %08x\n",
186 _LOG(tfd, false, "signal %d (%s), code %d (%s), fault addr --------\n",
459 /* interrupted by signal, retry */
572 int signal)
589 dump_crash_banner(fd, pid, tid, signal);
767 /* Note that at this point, the target thread's signal handler
839 XLOG("stopped -- fatal signal\n");
846 XLOG("stopped -- unexpected signal\n");
910 signal(SIGIL
571 engrave_tombstone(unsigned pid, unsigned tid, int debug_uid, int signal) argument
[all...]

Completed in 91 milliseconds