| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | util.c | 103 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals() 121 signal(SIGTERM, SIG_IGN); in os_dump_core()
|
| H A D | process.c | 284 signal(SIGHUP, SIG_IGN); in init_new_thread_signals() 286 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
|
| H A D | irq.c | 140 signal(SIGIO, SIG_IGN); in os_set_ioignore()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | xtest_main.c | 134 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) in main() 137 if (signal(SIGHUP, SIG_IGN) == SIG_ERR) in main()
|
| /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/asm-generic/ |
| H A D | signal-defs.h | 25 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ macro
|
| /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/asm-generic/ |
| H A D | signal-defs.h | 25 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ macro
|
| /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/bits/ |
| H A D | signum-generic.h | 30 #define SIG_IGN ((__sighandler_t) 1) /* Ignore signal. */ macro
|
| /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/bits/ |
| H A D | signum-generic.h | 30 #define SIG_IGN ((__sighandler_t) 1) /* Ignore signal. */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | signal-defs.h | 88 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpdump.c | 98 signal(SIGINT, SIG_IGN); in sigIntHandler() 99 signal(SIGTERM, SIG_IGN); in sigIntHandler() 101 signal(SIGHUP, SIG_IGN); in sigIntHandler() 102 signal(SIGPIPE, SIG_IGN); in sigIntHandler() 103 signal(SIGQUIT, SIG_IGN); in sigIntHandler()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/ |
| H A D | stub.c | 235 handler = signal(SIGUSR1, SIG_IGN); in main() 236 if (handler == SIG_IGN) in main()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | csignal | 21 SIG_IGN
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | csignal | 21 SIG_IGN
|
| /OK3568_Linux_fs/buildroot/package/input-event-daemon/ |
| H A D | 0007-Support-hotplug-when-listening-all-devices.patch | 70 - signal(SIGCHLD, SIG_IGN); 105 + signal(SIGCHLD, SIG_IGN);
|
| H A D | 0003-Support-dynamic-remove-devices-when-not-available.patch | 18 signal(SIGCHLD, SIG_IGN);
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | signal.h | 122 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ macro
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | context1.c | 59 signal(SIGPIPE, SIG_IGN);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netperf/files/ |
| H A D | vfork.patch | 25 signal(SIGCLD,SIG_IGN);
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/ |
| H A D | cpupower-monitor.c | 305 signal(SIGINT, SIG_IGN); in fork_it() 306 signal(SIGQUIT, SIG_IGN); in fork_it()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/ |
| H A D | ext-sdk-prepare.py | 18 signal.signal(signal.SIGINT, signal.SIG_IGN)
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | connection.c | 196 handler = OsSignal(SIGUSR1, SIG_IGN); in InitParentProcess() 197 if (handler == SIG_IGN) in InitParentProcess() 297 OsSignal(SIGPIPE, SIG_IGN); in CreateWellKnownSockets()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/ |
| H A D | 0001-canutils-candump-Add-error-frame-s-handling.patch | 56 signal(SIGPIPE, SIG_IGN);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | sigio.c | 296 sa.sa_handler = SIG_IGN; in xf86RemoveSIGIOHandler()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | signal.c | 78 return handler == SIG_IGN || in sig_handler_ignored() 532 t->sighand->action[i].sa.sa_handler = SIG_IGN; in ignore_signals() 547 if (force_default || ka->sa.sa_handler != SIG_IGN) in flush_signal_handlers() 564 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal() 1322 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info_to_task() 1984 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent() 2002 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) in do_notify_parent() 2078 if (sighand->action[SIGCHLD-1].sa.sa_handler != SIG_IGN && in do_notify_parent_cldstop() 2681 if (ka->sa.sa_handler == SIG_IGN) /* Do nothing. */ in get_signal() 3983 if (action == SIG_IGN) { in kernel_sigaction()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | cli_hush.c | 3369 signal(SIGINT, SIG_IGN); 3370 signal(SIGQUIT, SIG_IGN); 3371 signal(SIGTERM, SIG_IGN); 3372 signal(SIGTSTP, SIG_IGN); 3373 signal(SIGTTIN, SIG_IGN); 3374 signal(SIGTTOU, SIG_IGN); 3375 signal(SIGCHLD, SIG_IGN);
|