Home
last modified time | relevance | path

Searched refs:SIG_IGN (Results 1 – 25 of 63) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dutil.c103 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals()
121 signal(SIGTERM, SIG_IGN); in os_dump_core()
H A Dprocess.c284 signal(SIGHUP, SIG_IGN); in init_new_thread_signals()
286 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
H A Dirq.c140 signal(SIGIO, SIG_IGN); in os_set_ioignore()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_main.c134 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 Dsignal-defs.h25 #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 Dsignal-defs.h25 #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 Dsignum-generic.h30 #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 Dsignum-generic.h30 #define SIG_IGN ((__sighandler_t) 1) /* Ignore signal. */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dsignal-defs.h88 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c98 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 Dstub.c235 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 Dcsignal21 SIG_IGN
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcsignal21 SIG_IGN
/OK3568_Linux_fs/buildroot/package/input-event-daemon/
H A D0007-Support-hotplug-when-listening-all-devices.patch70 - signal(SIGCHLD, SIG_IGN);
105 + signal(SIGCHLD, SIG_IGN);
H A D0003-Support-dynamic-remove-devices-when-not-available.patch18 signal(SIGCHLD, SIG_IGN);
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dsignal.h122 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ macro
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dcontext1.c59 signal(SIGPIPE, SIG_IGN);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A Dvfork.patch25 signal(SIGCLD,SIG_IGN);
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c305 signal(SIGINT, SIG_IGN); in fork_it()
306 signal(SIGQUIT, SIG_IGN); in fork_it()
/OK3568_Linux_fs/yocto/poky/meta/files/
H A Dext-sdk-prepare.py18 signal.signal(signal.SIGINT, signal.SIG_IGN)
/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c196 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 D0001-canutils-candump-Add-error-frame-s-handling.patch56 signal(SIGPIPE, SIG_IGN);
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/
H A Dsigio.c296 sa.sa_handler = SIG_IGN; in xf86RemoveSIGIOHandler()
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c78 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 Dcli_hush.c3369 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);

123