Searched refs:SIGFASTBLOCK_PEND (Results 1 – 2 of 2) sorted by relevance
266 #define SIGFASTBLOCK_PEND 0x1 macro
4128 SIGFASTBLOCK_PEND, &oldval, 0); in sys_sigfastblock()4137 if (oldval != SIGFASTBLOCK_PEND) { in sys_sigfastblock()4180 if (oldval != 0 && oldval != SIGFASTBLOCK_PEND) { in sys_sigfastblock()4231 oldval | SIGFASTBLOCK_PEND); in sigfastblock_setpend1()