Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/
H A D0009-Fix-invalid-sigprocmask-call.patch4 Subject: [PATCH 09/10] Fix invalid sigprocmask call
11 The pthread_sigmask() and sigprocmask() functions shall fail if:
25 Fix invalid sigprocmask call.
45 perror_with_name (("sigprocmask"));
/OK3568_Linux_fs/kernel/arch/arm/mach-u300/
H A Dregulator.c43 if (!sigprocmask(SIG_BLOCK, &all, &old)) { in u300_pm_poweroff()
49 (void) sigprocmask(SIG_SETMASK, &old, NULL); in u300_pm_poweroff()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dchan_user.c83 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
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()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dsignal.c233 if (sigprocmask(SIG_UNBLOCK, &sig_mask, NULL) < 0) in set_handler()
243 if (sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, NULL) < 0) in change_sig()
H A Dutil.c91 sigprocmask(SIG_UNBLOCK, &sig, 0); in uml_abort()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/
H A D0001-telnet-telnetd-Fix-deadlock-on-cleanup.patch93 + sigprocmask (SIG_BLOCK, &mask, &oldmask);
97 + sigprocmask (SIG_UNBLOCK, &mask, NULL);
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/
H A Dgdb.inc15 file://0009-Fix-invalid-sigprocmask-call.patch \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A Dnet-snmp-5.7.2-fix-engineBoots-value-on-SIGHUP.patch28 ret = sigprocmask(SIG_UNBLOCK, &set, NULL);
/OK3568_Linux_fs/kernel/samples/seccomp/
H A Dbpf-direct.c104 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) { in install_emulator()
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c161 sigprocmask(SIG_BLOCK, &blockmask, NULL); in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dsignal.h232 extern int sigprocmask (int __how, const sigset_t *__restrict __set,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dsignal.h232 extern int sigprocmask (int __how, const sigset_t *__restrict __set,
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl173 126 32 sigprocmask sys_sigprocmask compat_sys_sigprocmask
174 126 64 sigprocmask sys_ni_syscall
175 126 spu sigprocmask sys_ni_syscall
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c58 sigprocmask(SIG_UNBLOCK, &sset, NULL); in unblock_signal()
/OK3568_Linux_fs/kernel/kernel/
H A Dcompat.c40 COMPAT_SYSCALL_DEFINE3(sigprocmask, int, how, in COMPAT_SYSCALL_DEFINE3() argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/uevent/
H A Duevent_filtering.c253 ret = sigprocmask(SIG_BLOCK, &mask, &orig_mask); in do_test()
/OK3568_Linux_fs/external/xserver/os/
H A Dinputthread.c561 return sigprocmask(how, set, oldset); in xthread_sigmask()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl267 220 32 sigprocmask sys_sigprocmask compat_sys_sigprocmask
268 220 64 sigprocmask sys_nis_syscall
/OK3568_Linux_fs/kernel/include/linux/
H A Dsignal.h285 extern int sigprocmask(int, sigset_t *, sigset_t *);
/OK3568_Linux_fs/kernel/tools/accounting/
H A Dgetdelays.c347 sigprocmask(SIG_BLOCK, &sigset, NULL); in main()

1234