Searched refs:SIG_BLOCK (Results 1 – 3 of 3) sorted by relevance
306 pt0_status = pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask); in pthread_0_entry()315 pt0_status = pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask); in pthread_0_entry()329 pt0_status = pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask); in pthread_0_entry()350 pt0_status = pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask); in pthread_0_entry()
91 if ((how != SIG_BLOCK) && (how != SIG_SETMASK) & (how != SIG_UNBLOCK)) in pthread_sigmask()133 if (how == SIG_BLOCK) in pthread_sigmask()
63 #define SIG_BLOCK 1 macro