Searched refs:TDF_NEEDSIGCHK (Results 1 – 4 of 4) sorted by relevance
119 (TDF_NEEDSIGCHK | TDF_ASTPENDING)) == in userret()120 (TDF_NEEDSIGCHK | TDF_ASTPENDING), in userret()239 td->td_flags &= ~(TDF_ASTPENDING | TDF_NEEDSIGCHK | TDF_NEEDSUSPCHK | in ast()286 if (p->p_numthreads == 1 && (flags & TDF_NEEDSIGCHK) == 0) { in ast()298 (TDF_NEEDSIGCHK | TDF_ASTPENDING)) == in ast()299 (TDF_NEEDSIGCHK | TDF_ASTPENDING), in ast()313 if (flags & TDF_NEEDSIGCHK || p->p_pendingcnt > 0 || in ast()
453 if ((td->td_flags & (TDF_NEEDSIGCHK | TDF_NEEDSUSPCHK)) != 0) { in sleepq_catch_signals()474 if ((td->td_flags & TDF_NEEDSIGCHK) != 0) { in sleepq_catch_signals()
616 td->td_flags |= TDF_NEEDSIGCHK | TDF_ASTPENDING; in signotify()
413 #define TDF_NEEDSIGCHK 0x00020000 /* Thread may need signal delivery. */ macro