/src/games/sail/ |
machdep.h | 49 sigprocmask(SIG_UNBLOCK, &set, (sigset_t *)0); \
|
/src/lib/libc/gen/ |
sigrelse.c | 50 return (sigprocmask(SIG_UNBLOCK, &set, NULL));
|
sigset.c | 85 if (sigprocmask(SIG_UNBLOCK, &set, &oset) != 0)
|
/src/lib/libutil/ |
raise_default_signal.c | 95 (sigprocmask(SIG_UNBLOCK, &mask, NULL) == -1))
|
ttymsg.c | 184 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL);
|
/src/usr.bin/mail/ |
sig.c | 209 (void)sigprocmask(SIG_UNBLOCK, &nset, &oset); 390 (void)sigprocmask(SIG_UNBLOCK, &nset, oset); 392 (void)sigprocmask(SIG_UNBLOCK, NULL, oset);
|
/src/tests/lib/libc/setjmp/ |
t_threadjmp.c | 146 REQUIRE_ERRNO(sigprocmask(SIG_UNBLOCK, &ss, NULL) != -1);
|
t_setjmp.c | 247 RL(sigprocmask(SIG_UNBLOCK, &ss, NULL));
|
/src/bin/csh/ |
hist.c | 152 (void)sigprocmask(SIG_UNBLOCK, &nsigset, NULL);
|
func.c | 485 (void) sigprocmask(SIG_UNBLOCK, &nsigset, NULL); 549 (void)sigprocmask(SIG_UNBLOCK, &nsigset, NULL); 555 (void) sigprocmask(SIG_UNBLOCK, &nsigset, NULL); 882 (void)sigprocmask(SIG_UNBLOCK, &nsigset, NULL); 933 (void)sigprocmask(SIG_UNBLOCK, &nsigset, NULL);
|
/src/tests/lib/libc/sys/ |
t_pollts.c | 176 ATF_REQUIRE_EQ(sigprocmask(SIG_UNBLOCK, &mask, NULL), 0);
|
t_sigqueue.c | 189 ATF_REQUIRE(sigprocmask(SIG_UNBLOCK, &mask, &orig) != -1);
|
t_timer_create.c | 207 (void)sigprocmask(SIG_UNBLOCK, &set, NULL);
|
/src/sys/sys/ |
signal.h | 243 #define SIG_UNBLOCK 2 /* unblock specified signal set */
|
/src/games/tetris/ |
screen.c | 141 (void) sigprocmask(SIG_UNBLOCK, &set, (sigset_t *)0); 154 (void) sigprocmask(SIG_UNBLOCK, &set, (sigset_t *)0);
|
/src/lib/libcurses/ |
tstp.c | 89 (void)sigprocmask(SIG_UNBLOCK, &set, NULL);
|
/src/sys/rump/librump/rumpkern/ |
signals.c | 248 case SIG_UNBLOCK:
|
/src/bin/sh/ |
main.c | 130 sigprocmask(SIG_UNBLOCK, &mask, NULL);
|
trap.c | 618 (void)sigprocmask(SIG_UNBLOCK, &ss, NULL); 917 sigprocmask(SIG_UNBLOCK, &sigs, NULL);
|
/src/usr.bin/systat/ |
main.c | 358 sigprocmask(SIG_UNBLOCK, &set, NULL);
|
/src/games/boggle/boggle/ |
mach.c | 595 sigprocmask(SIG_UNBLOCK, &isigset, &osigset);
|
/src/sys/compat/linux/common/ |
linux_signal.c | 421 how = SIG_UNBLOCK; 475 how = SIG_UNBLOCK;
|
/src/sys/compat/linux32/common/ |
linux32_signal.c | 374 how = SIG_UNBLOCK;
|
/src/sys/kern/ |
sys_sig.c | 605 case SIG_UNBLOCK:
|
/src/usr.sbin/mountd/ |
mountd.c | 710 (void)sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL); 846 (void)sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL); 851 (void)sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
|