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()
92 if ((how != SIG_BLOCK) && (how != SIG_SETMASK) & (how != SIG_UNBLOCK)) in pthread_sigmask()134 if (how == SIG_BLOCK) in pthread_sigmask()
64 #define SIG_BLOCK 1 macro