HomeSort by relevance Sort by last modified time
    Searched refs:S_IGN (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
trap.c 71 #define S_IGN 3 /* signal is ignored (SIG_IGN) */
244 action = S_IGN;
259 action = S_IGN;
265 action = S_IGN;
288 tsig = S_IGN; /* don't hard ignore these */
300 case S_IGN: sigact = SIG_IGN; break;
336 if (sigmode[signo - 1] != S_IGN && sigmode[signo - 1] != S_HARD_IGN)
352 if (*sm == S_IGN)
init.c 293 #undef S_IGN
294 #define S_IGN 3 /* signal is ignored (SIG_IGN) */
585 #undef S_IGN
586 #define S_IGN 3 /* signal is ignored (SIG_IGN) */
869 #undef S_IGN
870 #define S_IGN 3 /* signal is ignored (SIG_IGN) */
1081 if (*sm == S_IGN)

Completed in 1138 milliseconds