SIG_UNBLOCK
return pthread_sigmask(SIG_UNBLOCK, &fSignals,
pthread_sigmask(SIG_UNBLOCK, &blockedSignals, NULL);
ENUM_INFO_ENTRY(SIG_UNBLOCK),
sigprocmask(flag ? SIG_BLOCK : SIG_UNBLOCK, &sset, NULL);
case SIG_UNBLOCK:
case SIG_UNBLOCK:
return __pthread_sigmask_beos(SIG_UNBLOCK, &tempSignalSet, NULL);
return sigprocmask(SIG_UNBLOCK, &tempSignalSet, NULL);
if (__pthread_sigmask_beos(SIG_UNBLOCK, &newSet, &oldSet) == -1)
if (sigprocmask(SIG_UNBLOCK, &newSet, &oldSet) == -1)
pthread_sigmask(SIG_UNBLOCK, &mask, NULL);