Home
last modified time | relevance | path

Searched refs:SIGFASTBLOCK_PEND (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dsignalvar.h263 #define SIGFASTBLOCK_PEND 0x1 macro
/freebsd/lib/libthr/thread/
H A Dthr_sig.c123 if (oldval == (SIGFASTBLOCK_PEND | SIGFASTBLOCK_INC)) in thr_signal_unblock_fast()
/freebsd/sys/kern/
H A Dkern_sig.c4483 SIGFASTBLOCK_PEND, &oldval, 0); in sys_sigfastblock()
4492 if (oldval != SIGFASTBLOCK_PEND) { in sys_sigfastblock()
4535 if (oldval != 0 && oldval != SIGFASTBLOCK_PEND) { in sys_sigfastblock()
4586 oldval | SIGFASTBLOCK_PEND); in sigfastblock_setpend1()