Searched refs:sigprocmask (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/tools/testing/selftests/arm64/bti/
H A Dsignal.h19 int sigprocmask(int how, const sigset_t *mask, sigset_t *old);
H A Dsignal.c34 int sigprocmask(int how, const sigset_t *mask, sigset_t *old) function
H A Dtest.c211 sigprocmask(SIG_UNBLOCK, &sa.sa_mask, NULL);
/linux-master/arch/um/os-Linux/
H A Dtime.c107 sigprocmask(SIG_BLOCK, &set, &old);
114 sigprocmask(SIG_UNBLOCK, &set, NULL);
H A Dsignal.c247 if (sigprocmask(SIG_UNBLOCK, &sig_mask, NULL) < 0)
248 panic("sigprocmask failed - errno = %d\n", errno);
262 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0)
H A Dutil.c93 sigprocmask(SIG_UNBLOCK, &sig, 0);
/linux-master/fs/jffs2/
H A Dbackground.c92 sigprocmask(SIG_UNBLOCK, &hupmask, NULL);
152 sigprocmask(SIG_BLOCK, &hupmask, NULL);
/linux-master/drivers/mfd/
H A Dab8500-sysctrl.c85 if (!sigprocmask(SIG_BLOCK, &all, &old)) {
89 (void)sigprocmask(SIG_SETMASK, &old, NULL);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dpkey_exec_prot.c115 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &segv_act.sa_mask) != 0);
123 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &trap_act.sa_mask) != 0);
H A Dexec_prot.c122 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &segv_act.sa_mask) != 0);
130 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &trap_act.sa_mask) != 0);
H A Dpkey_siginfo.c272 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &act.sa_mask) != 0);
/linux-master/arch/um/drivers/
H A Dchan_user.c83 if (sigprocmask(SIG_BLOCK, &no_sigio, &old))
107 sigprocmask(SIG_SETMASK, &old, NULL);
168 if (sigprocmask(SIG_SETMASK, &sigs, NULL) < 0) {
169 os_info("winch_thread : sigprocmask failed, errno = %d\n",
/linux-master/samples/seccomp/
H A Dbpf-direct.c104 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) {
105 perror("sigprocmask");
/linux-master/kernel/
H A Dcompat.c40 COMPAT_SYSCALL_DEFINE3(sigprocmask, int, how,
H A Dsignal.c3112 int sigprocmask(int how, sigset_t *set, sigset_t *oldset) function
3138 EXPORT_SYMBOL(sigprocmask); variable
3212 error = sigprocmask(how, &new_set, NULL);
3242 error = sigprocmask(how, &new_set, NULL);
4438 SYSCALL_DEFINE3(sigprocmask, int, how, old_sigset_t __user *, nset,
4638 * For backwards compatibility. Functionality superseded by sigprocmask.
/linux-master/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c161 sigprocmask(SIG_BLOCK, &blockmask, NULL);
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-daemon.c163 sigprocmask(SIG_BLOCK, &sig_set, NULL);
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c63 sigprocmask(SIG_UNBLOCK, &sset, NULL);
/linux-master/tools/testing/selftests/uevent/
H A Duevent_filtering.c255 ret = sigprocmask(SIG_BLOCK, &mask, &orig_mask);
/linux-master/tools/thermal/thermometer/
H A Dthermometer.c501 if (sigprocmask(SIG_BLOCK, &mask, NULL)) {
502 ERROR("Failed to set sigprocmask: %m\n");
/linux-master/tools/accounting/
H A Dgetdelays.c363 sigprocmask(SIG_BLOCK, &sigset, NULL);
/linux-master/include/linux/
H A Dsignal.h288 extern int sigprocmask(int, sigset_t *, sigset_t *);
/linux-master/arch/alpha/kernel/
H A Dsignal.c41 * The OSF/1 sigprocmask calling sequence is different from the
42 * C sigprocmask() sequence..
51 res = sigprocmask(how, &mask, &oldmask);
/linux-master/fs/smb/client/
H A Dtransport.c321 sigprocmask(SIG_BLOCK, &mask, &oldmask);
369 sigprocmask(SIG_SETMASK, &oldmask, NULL);
/linux-master/fs/ocfs2/
H A Dsuper.c2604 * Void signal blockers, because in-kernel sigprocmask() only fails
2613 rc = sigprocmask(SIG_BLOCK, &blocked, oldset);
2619 int rc = sigprocmask(SIG_SETMASK, oldset, NULL);

Completed in 244 milliseconds

12