Searched refs:TF_FATAL (Results 1 – 3 of 3) sorted by relevance
1078 sigtraps[SIGHUP].flags |= TF_FATAL; in inittraps()1182 if ((p->flags & TF_FATAL) && !p->trap) { in trapsig()1199 runtraps(TF_DFL_INTR|TF_FATAL); in intrcheck()1214 if (p->set && (p->flags & (TF_DFL_INTR|TF_FATAL))) in fatal_trap_check()1235 ((p->flags & (TF_DFL_INTR|TF_FATAL)) && !p->trap))) in trap_pending()1266 if (flag & TF_FATAL) in runtraps()1293 if (p->flags & (TF_FATAL | TF_DFL_INTR)) { in runtrap()1299 if (p->flags & TF_FATAL) in runtrap()1385 if ((p->flags & (TF_DFL_INTR|TF_FATAL)) && f == SIG_DFL) in settrap()
1149 runtraps(TF_FATAL); in j_waitj()
927 #define TF_FATAL BIT(9) /* causes termination if not trapped */ macro