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

/linux-master/include/linux/sched/
H A Dsignal.h264 #define SIGNAL_UNKILLABLE 0x00000040 /* for init: ignore fatal signals */ macro
/linux-master/kernel/
H A Dfork.c2179 current->signal->flags & SIGNAL_UNKILLABLE)
2574 p->signal->flags |= SIGNAL_UNKILLABLE;
H A Dsignal.c92 if (unlikely(t->signal->flags & SIGNAL_UNKILLABLE) &&
117 * by SIGNAL_UNKILLABLE task.
1323 * that is why we also clear SIGNAL_UNKILLABLE.
1346 * Don't clear SIGNAL_UNKILLABLE for traced tasks, users won't expect
1351 t->signal->flags &= ~SIGNAL_UNKILLABLE;
2836 if (unlikely(signal->flags & SIGNAL_UNKILLABLE) &&

Completed in 150 milliseconds