Home
last modified time | relevance | path

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

123

/linux-6.15/tools/testing/selftests/timers/
H A Dposix_timers.c246 if (sigprocmask(SIG_BLOCK, &set, NULL)) in ignore_thread()
252 if (sigprocmask(SIG_UNBLOCK, &set, NULL)) in ignore_thread()
283 if (sigprocmask(SIG_BLOCK, &set, NULL)) in check_sig_ign()
328 if (sigprocmask(SIG_UNBLOCK, &set, NULL)) in check_sig_ign()
361 if (sigprocmask(SIG_BLOCK, &set, NULL)) in check_rearm()
390 if (sigprocmask(SIG_UNBLOCK, &set, NULL)) in check_rearm()
417 if (sigprocmask(SIG_BLOCK, &set, NULL)) in check_delete()
441 if (sigprocmask(SIG_UNBLOCK, &set, NULL)) in check_delete()
506 if (sigprocmask(SIG_BLOCK, &set, NULL)) in check_gettime()
566 if (sigprocmask(SIG_BLOCK, &set, NULL)) in check_overrun()
[all …]
/linux-6.15/arch/um/os-Linux/
H A Dtime.c107 sigprocmask(SIG_BLOCK, &set, &old); in os_idle_sleep()
114 sigprocmask(SIG_UNBLOCK, &set, NULL); in os_idle_sleep()
H A Dhelper.c193 if (sigprocmask(SIG_SETMASK, &sigset, &oset) < 0) { in os_run_helper_thread()
201 if (sigprocmask(SIG_SETMASK, &oset, NULL) < 0) in os_run_helper_thread()
H A Dsignal.c224 if (sigprocmask(SIG_UNBLOCK, &sig_mask, NULL) < 0) in set_handler()
239 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) in change_sig()
H A Dutil.c93 sigprocmask(SIG_UNBLOCK, &sig, 0); in uml_abort()
/linux-6.15/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-6.15/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-6.15/fs/jffs2/
H A Dbackground.c92 sigprocmask(SIG_UNBLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()
152 sigprocmask(SIG_BLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()
/linux-6.15/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()
H A Dpkey_exec_prot.c115 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &segv_act.sa_mask) != 0); in test()
123 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &trap_act.sa_mask) != 0); in test()
H A Dpkey_siginfo.c272 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &act.sa_mask) != 0); in test()
/linux-6.15/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-6.15/tools/testing/selftests/signal/
H A Dmangle_uc_sigmask.c177 if (sigprocmask(SIG_BLOCK, &set, &oldset)) in main()
/linux-6.15/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c161 sigprocmask(SIG_BLOCK, &blockmask, NULL); in main()
/linux-6.15/samples/seccomp/
H A Dbpf-direct.c104 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) { in install_emulator()
/linux-6.15/tools/power/x86/intel-speed-select/
H A Disst-daemon.c163 sigprocmask(SIG_BLOCK, &sig_set, NULL);
/linux-6.15/arch/powerpc/kernel/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-6.15/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-6.15/kernel/
H A Dcompat.c40 COMPAT_SYSCALL_DEFINE3(sigprocmask, int, how, in COMPAT_SYSCALL_DEFINE3() argument
/linux-6.15/tools/testing/selftests/uevent/
H A Duevent_filtering.c255 ret = sigprocmask(SIG_BLOCK, &mask, &orig_mask); in do_test()
/linux-6.15/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c64 sigprocmask(SIG_UNBLOCK, &sset, NULL); in unblock_signal()
/linux-6.15/include/linux/
H A Dsignal.h288 extern int sigprocmask(int, sigset_t *, sigset_t *);
/linux-6.15/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl267 220 32 sigprocmask sys_sigprocmask compat_sys_sigprocmask
268 220 64 sigprocmask sys_nis_syscall

123