Searched refs:TF_FATAL (Results 1 – 3 of 3) sorted by relevance
51 sigtraps[SIGHUP].flags |= TF_FATAL; in inittraps()138 if ((p->flags & TF_FATAL) && !p->trap) {156 runtraps(TF_DFL_INTR|TF_FATAL); in intrcheck()170 if (p->set && (p->flags & (TF_DFL_INTR|TF_FATAL))) in fatal_trap_check()188 || ((p->flags & (TF_DFL_INTR|TF_FATAL)) in trap_pending()220 if (flag & TF_FATAL)239 if (p->flags & TF_FATAL) {321 if ((p->flags & (TF_DFL_INTR|TF_FATAL)) && f == SIG_DFL)
379 #define TF_FATAL BIT(9) /* causes termination if not trapped */ macro
1136 runtraps(TF_FATAL);