Searched refs:SIGFASTBLOCK_PEND (Results 1 – 4 of 4) sorted by relevance
133 if (oldval == (SIGFASTBLOCK_PEND | SIGFASTBLOCK_INC)) in sig_fastunblock()
263 #define SIGFASTBLOCK_PEND 0x1 macro
123 if (oldval == (SIGFASTBLOCK_PEND | SIGFASTBLOCK_INC)) in thr_signal_unblock_fast()
4520 SIGFASTBLOCK_PEND, &oldval, 0); in sys_sigfastblock()4529 if (oldval != SIGFASTBLOCK_PEND) { in sys_sigfastblock()4572 if (oldval != 0 && oldval != SIGFASTBLOCK_PEND) { in sys_sigfastblock()4623 oldval | SIGFASTBLOCK_PEND); in sigfastblock_setpend1()