Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld_lock.c133 if (oldval == (SIGFASTBLOCK_PEND | SIGFASTBLOCK_INC)) in sig_fastunblock()
/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.c4485 SIGFASTBLOCK_PEND, &oldval, 0); in sys_sigfastblock()
4494 if (oldval != SIGFASTBLOCK_PEND) { in sys_sigfastblock()
4537 if (oldval != 0 && oldval != SIGFASTBLOCK_PEND) { in sys_sigfastblock()
4588 oldval | SIGFASTBLOCK_PEND); in sigfastblock_setpend1()