| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/ |
| H A D | 0009-Fix-invalid-sigprocmask-call.patch | 4 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 D | regulator.c | 43 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 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()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A 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()
|
| H A D | pkey_siginfo.c | 272 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &act.sa_mask) != 0); in test()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | signal.c | 233 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 D | util.c | 91 sigprocmask(SIG_UNBLOCK, &sig, 0); in uml_abort()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/ |
| H A D | 0001-telnet-telnetd-Fix-deadlock-on-cleanup.patch | 93 + sigprocmask (SIG_BLOCK, &mask, &oldmask); 97 + sigprocmask (SIG_UNBLOCK, &mask, NULL);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/ |
| H A D | gdb.inc | 15 file://0009-Fix-invalid-sigprocmask-call.patch \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
| H A D | net-snmp-5.7.2-fix-engineBoots-value-on-SIGHUP.patch | 28 ret = sigprocmask(SIG_UNBLOCK, &set, NULL);
|
| /OK3568_Linux_fs/kernel/samples/seccomp/ |
| H A D | bpf-direct.c | 104 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) { in install_emulator()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/ |
| H A D | peeksiginfo.c | 161 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 D | signal.h | 232 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 D | signal.h | 232 extern int sigprocmask (int __how, const sigset_t *__restrict __set,
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/ |
| H A D | syscall.tbl | 173 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 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
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/ |
| H A D | test_signals_utils.c | 58 sigprocmask(SIG_UNBLOCK, &sset, NULL); in unblock_signal()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | compat.c | 40 COMPAT_SYSCALL_DEFINE3(sigprocmask, int, how, in COMPAT_SYSCALL_DEFINE3() argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/uevent/ |
| H A D | uevent_filtering.c | 253 ret = sigprocmask(SIG_BLOCK, &mask, &orig_mask); in do_test()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | inputthread.c | 561 return sigprocmask(how, set, oldset); in xthread_sigmask()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/ |
| H A D | syscall.tbl | 267 220 32 sigprocmask sys_sigprocmask compat_sys_sigprocmask 268 220 64 sigprocmask sys_nis_syscall
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | signal.h | 285 extern int sigprocmask(int, sigset_t *, sigset_t *);
|
| /OK3568_Linux_fs/kernel/tools/accounting/ |
| H A D | getdelays.c | 347 sigprocmask(SIG_BLOCK, &sigset, NULL); in main()
|