Home
last modified time | relevance | path

Searched refs:TDP_SIGFASTPENDING (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_sig.c2882 td->td_pflags |= TDP_SIGFASTPENDING; in issignal()
4202 resched = (td->td_pflags & TDP_SIGFASTPENDING) != 0 || in sigfastblock_clear()
4204 td->td_pflags &= ~(TDP_SIGFASTBLOCK | TDP_SIGFASTPENDING); in sigfastblock_clear()
4222 if ((td->td_pflags & TDP_SIGFASTPENDING) == 0) in sigfastblock_setpend1()
4238 td->td_pflags &= ~TDP_SIGFASTPENDING; in sigfastblock_setpend1()
/f-stack/freebsd/sys/
H A Dproc.h522 #define TDP_SIGFASTPENDING 0x80000000 /* Pending signal due to sigfastblock */ macro