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

/linux-4.1.27/kernel/
H A Dfork.c1277 current->signal->flags & SIGNAL_UNKILLABLE) copy_process()
1567 p->signal->flags |= SIGNAL_UNKILLABLE; copy_process()
H A Dsignal.c74 if (unlikely(t->signal->flags & SIGNAL_UNKILLABLE) && sig_task_ignored()
963 !(signal->flags & (SIGNAL_UNKILLABLE | SIGNAL_GROUP_EXIT)) && complete_signal()
1208 * that is why we also clear SIGNAL_UNKILLABLE.
1229 t->signal->flags &= ~SIGNAL_UNKILLABLE; force_sig_info()
2295 if (unlikely(signal->flags & SIGNAL_UNKILLABLE) && get_signal()
/linux-4.1.27/include/linux/
H A Dsched.h774 #define SIGNAL_UNKILLABLE 0x00000040 /* for init: ignore fatal signals */ macro

Completed in 128 milliseconds