Searched refs:SIGFASTBLOCK_PEND (Results 1 – 3 of 3) sorted by relevance
263 #define SIGFASTBLOCK_PEND 0x1 macro
123 if (oldval == (SIGFASTBLOCK_PEND | SIGFASTBLOCK_INC)) in thr_signal_unblock_fast()
4483 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()