Searched refs:SIG_UNBLOCK (Results 1 – 4 of 4) sorted by relevance
92 if ((how != SIG_BLOCK) && (how != SIG_SETMASK) & (how != SIG_UNBLOCK)) in pthread_sigmask()147 if (how == SIG_UNBLOCK) in pthread_sigmask()
66 #define SIG_UNBLOCK 3 macro
343 pt0_status = pthread_sigmask(SIG_UNBLOCK, &new_mask, &old_mask); in pthread_0_entry()375 pt0_status = pthread_sigmask(SIG_UNBLOCK, &new_mask, &old_mask); in pthread_0_entry()
128 pthread_sigmask(SIG_UNBLOCK, set, &original_set); in sigwait()