Searched refs:SIGNAL_UNKILLABLE (Results 1 – 3 of 3) sorted by relevance
271 #define SIGNAL_UNKILLABLE 0x00000040 /* for init: ignore fatal signals */ macro
2011 current->signal->flags & SIGNAL_UNKILLABLE) in copy_process()2476 p->signal->flags |= SIGNAL_UNKILLABLE; in copy_process()
94 if (unlikely(t->signal->flags & SIGNAL_UNKILLABLE) && in sig_task_ignored() 119 * by SIGNAL_UNKILLABLE task. in sig_ignored() 1291 * that is why we also clear SIGNAL_UNKILLABLE.1314 * Don't clear SIGNAL_UNKILLABLE for traced tasks, users won't expect in force_sig_info_to_task() 1319 t->signal->flags &= ~SIGNAL_UNKILLABLE; in force_sig_info_to_task() 2964 if (unlikely(signal->flags & SIGNAL_UNKILLABLE) && in get_signal()