Home
last modified time | relevance | path

Searched refs:sigprocmask (Results 1 – 25 of 37) sorted by relevance

12

/linux/arch/um/os-Linux/
H A Dsmp.c53 if (sigprocmask(SIG_SETMASK, &sigset, &oset) < 0) { in os_start_cpu_thread()
62 if (sigprocmask(SIG_SETMASK, &oset, NULL) < 0) in os_start_cpu_thread()
81 if (sigprocmask(SIG_SETMASK, &data->sigset, NULL) < 0) in os_start_secondary()
106 if (sigprocmask(enable ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) in __local_ipi_set()
H A Dtime.c146 sigprocmask(SIG_BLOCK, &set, NULL); in os_idle_sleep()
156 sigprocmask(SIG_UNBLOCK, &set, NULL); in os_idle_sleep()
H A Dutil.c92 sigprocmask(SIG_UNBLOCK, &sig, 0); in uml_abort()
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c247 if (sigprocmask(SIG_BLOCK, &set, NULL)) in ignore_thread()
253 if (sigprocmask(SIG_UNBLOCK, &set, NULL)) in ignore_thread()
284 if (sigprocmask(SIG_BLOCK, &set, NULL)) in check_sig_ign()
329 if (sigprocmask(SIG_UNBLOCK, &set, NULL)) in check_sig_ign()
362 if (sigprocmask(SIG_BLOCK, &set, NULL)) in check_rearm()
391 if (sigprocmask(SIG_UNBLOCK, &set, NULL)) in check_rearm()
418 if (sigprocmask(SIG_BLOCK, &set, NULL)) in check_delete()
442 if (sigprocmask(SIG_UNBLOCK, &set, NULL)) in check_delete()
507 if (sigprocmask(SIG_BLOCK, &set, NULL)) in check_gettime()
567 if (sigprocmask(SIG_BLOCK, &set, NULL)) in check_overrun()
[all …]
/linux/arch/um/drivers/
H A Dchan_user.c95 if (sigprocmask(SIG_BLOCK, &no_sigio, &old)) in generic_console_write()
119 sigprocmask(SIG_SETMASK, &old, NULL); in generic_console_write()
182 if (sigprocmask(SIG_SETMASK, &sigs, NULL) < 0) { in winch_thread()
/linux/drivers/mfd/
H A Dab8500-sysctrl.c85 if (!sigprocmask(SIG_BLOCK, &all, &old)) { in ab8500_power_off()
89 (void)sigprocmask(SIG_SETMASK, &old, NULL); in ab8500_power_off()
/linux/tools/testing/selftests/powerpc/mm/
H A Dexec_prot.c122 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &segv_act.sa_mask) != 0); in test()
130 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &trap_act.sa_mask) != 0); in test()
/linux/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) in sigprocmask() function
H A Dtest.c211 sigprocmask(SIG_UNBLOCK, &sa.sa_mask, NULL); in start()
/linux/tools/testing/selftests/signal/
H A Dmangle_uc_sigmask.c177 if (sigprocmask(SIG_BLOCK, &set, &oldset)) in main()
/linux/samples/seccomp/
H A Dbpf-direct.c104 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) { in install_emulator()
/linux/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c161 sigprocmask(SIG_BLOCK, &blockmask, NULL); in main()
/linux/tools/power/x86/intel-speed-select/
H A Disst-daemon.c163 sigprocmask(SIG_BLOCK, &sig_set, NULL);
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl169 126 32 sigprocmask sys_sigprocmask compat_sys_sigprocmask
170 126 64 sigprocmask sys_ni_syscall
171 126 spu sigprocmask sys_ni_syscall
/linux/kernel/
H A Dcompat.c40 COMPAT_SYSCALL_DEFINE3(sigprocmask, int, how, in COMPAT_SYSCALL_DEFINE3() argument
/linux/tools/testing/selftests/uevent/
H A Duevent_filtering.c255 ret = sigprocmask(SIG_BLOCK, &mask, &orig_mask); in do_test()
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl267 220 32 sigprocmask sys_sigprocmask compat_sys_sigprocmask
268 220 64 sigprocmask sys_nis_syscall
/linux/include/linux/
H A Dsignal.h288 extern int sigprocmask(int, sigset_t *, sigset_t *);
/linux/fs/smb/client/
H A Dtransport.c287 sigprocmask(SIG_BLOCK, &mask, &oldmask); in __smb_send_rqst()
334 sigprocmask(SIG_SETMASK, &oldmask, NULL); in __smb_send_rqst()
/linux/tools/accounting/
H A Dgetdelays.c531 sigprocmask(SIG_BLOCK, &sigset, NULL); in main()
/linux/arch/alpha/kernel/
H A Dsignal.c51 res = sigprocmask(how, &mask, &oldmask); in SYSCALL_DEFINE2()
/linux/tools/testing/selftests/net/af_unix/
H A Dmsg_oob.c106 ret = sigprocmask(SIG_BLOCK, &mask, NULL); in setup_sigurg()
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl100 126 common sigprocmask sys_sigprocmask
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl136 126 common sigprocmask sys_sigprocmask

12