Searched refs:SIGFASTBLOCK_INC (Results 1 – 3 of 3) sorted by relevance
101 block = SIGFASTBLOCK_INC;115 block -= SIGFASTBLOCK_INC;
114 atomic_add_32(&curthread->fsigblock, SIGFASTBLOCK_INC); in thr_signal_block_fast()122 oldval = atomic_fetchadd_32(&curthread->fsigblock, -SIGFASTBLOCK_INC); in thr_signal_unblock_fast()123 if (oldval == (SIGFASTBLOCK_PEND | SIGFASTBLOCK_INC)) in thr_signal_unblock_fast()
265 #define SIGFASTBLOCK_INC 0x10 macro