/Linux-v6.1/arch/um/os-Linux/ |
D | time.c | 107 sigprocmask(SIG_BLOCK, &set, &old); in os_idle_sleep() 114 sigprocmask(SIG_UNBLOCK, &set, NULL); in os_idle_sleep()
|
D | signal.c | 247 if (sigprocmask(SIG_UNBLOCK, &sig_mask, NULL) < 0) in set_handler() 262 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) in change_sig()
|
D | util.c | 93 sigprocmask(SIG_UNBLOCK, &sig, 0); in uml_abort()
|
/Linux-v6.1/arch/um/drivers/ |
D | chan_user.c | 83 if (sigprocmask(SIG_BLOCK, &no_sigio, &old)) in generic_console_write() 107 sigprocmask(SIG_SETMASK, &old, NULL); in generic_console_write() 168 if (sigprocmask(SIG_SETMASK, &sigs, NULL) < 0) { in winch_thread()
|
/Linux-v6.1/drivers/mfd/ |
D | ab8500-sysctrl.c | 85 if (!sigprocmask(SIG_BLOCK, &all, &old)) { in ab8500_power_off() 89 (void)sigprocmask(SIG_SETMASK, &old, NULL); in ab8500_power_off()
|
/Linux-v6.1/fs/jffs2/ |
D | background.c | 92 sigprocmask(SIG_UNBLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread() 152 sigprocmask(SIG_BLOCK, &hupmask, NULL); in jffs2_garbage_collect_thread()
|
/Linux-v6.1/tools/testing/selftests/powerpc/mm/ |
D | exec_prot.c | 122 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()
|
D | pkey_exec_prot.c | 115 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()
|
D | pkey_siginfo.c | 272 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &act.sa_mask) != 0); in test()
|
/Linux-v6.1/tools/testing/selftests/arm64/bti/ |
D | signal.h | 19 int sigprocmask(int how, const sigset_t *mask, sigset_t *old);
|
D | signal.c | 34 int sigprocmask(int how, const sigset_t *mask, sigset_t *old) in sigprocmask() function
|
D | test.c | 217 sigprocmask(SIG_UNBLOCK, &sa.sa_mask, NULL); in start()
|
/Linux-v6.1/samples/seccomp/ |
D | bpf-direct.c | 104 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) { in install_emulator()
|
/Linux-v6.1/tools/testing/selftests/ptrace/ |
D | peeksiginfo.c | 161 sigprocmask(SIG_BLOCK, &blockmask, NULL); in main()
|
/Linux-v6.1/tools/power/x86/intel-speed-select/ |
D | isst-daemon.c | 148 sigprocmask(SIG_BLOCK, &sig_set, NULL);
|
/Linux-v6.1/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 169 126 32 sigprocmask sys_sigprocmask compat_sys_sigprocmask 170 126 64 sigprocmask sys_ni_syscall 171 126 spu sigprocmask sys_ni_syscall
|
/Linux-v6.1/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 169 126 32 sigprocmask sys_sigprocmask compat_sys_sigprocmask 170 126 64 sigprocmask sys_ni_syscall 171 126 spu sigprocmask sys_ni_syscall
|
/Linux-v6.1/kernel/ |
D | compat.c | 40 COMPAT_SYSCALL_DEFINE3(sigprocmask, int, how, in COMPAT_SYSCALL_DEFINE3() argument
|
/Linux-v6.1/tools/testing/selftests/uevent/ |
D | uevent_filtering.c | 253 ret = sigprocmask(SIG_BLOCK, &mask, &orig_mask); in do_test()
|
/Linux-v6.1/tools/testing/selftests/arm64/signal/ |
D | test_signals_utils.c | 62 sigprocmask(SIG_UNBLOCK, &sset, NULL); in unblock_signal()
|
/Linux-v6.1/include/linux/ |
D | signal.h | 287 extern int sigprocmask(int, sigset_t *, sigset_t *);
|
/Linux-v6.1/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 267 220 32 sigprocmask sys_sigprocmask compat_sys_sigprocmask 268 220 64 sigprocmask sys_nis_syscall
|
/Linux-v6.1/tools/thermal/thermometer/ |
D | thermometer.c | 501 if (sigprocmask(SIG_BLOCK, &mask, NULL)) { in thermometer_wait()
|
/Linux-v6.1/tools/accounting/ |
D | getdelays.c | 357 sigprocmask(SIG_BLOCK, &sigset, NULL); in main()
|
/Linux-v6.1/arch/alpha/kernel/ |
D | signal.c | 51 res = sigprocmask(how, &mask, &oldmask); in SYSCALL_DEFINE2()
|