| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/ |
| H A D | 0010-gdbserver-ctrl-c-handling.patch | 7 After applying the commit, it will send SIGINT to the process 9 But if we use gdbserver send SIGINT, and the attached process is not a 11 group leader, then the "kill (-signal_pid, SIGINT)" returns error and 31 /* Send a SIGINT to the process group. This acts just like the user 33 - ::kill (-signal_pid, SIGINT); 34 + ::kill (signal_pid, SIGINT);
|
| /OK3568_Linux_fs/yocto/poky/meta/files/ |
| H A D | ext-sdk-prepare.py | 11 signal.signal(signal.SIGINT, signal.SIG_DFL) 18 signal.signal(signal.SIGINT, signal.SIG_IGN) 22 signal.signal(signal.SIGINT, signal.SIG_DFL)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | multi_ebb_procs_test.c | 34 if (sigaction(SIGINT, &sigint_action, NULL)) { in cycles_child() 98 kill(pids[i], SIGINT); in multi_ebb_procs()
|
| /OK3568_Linux_fs/buildroot/package/i2pd/ |
| H A D | i2pd.service | 19 ### Use SIGINT for graceful stop daemon. 21 KillSignal=SIGINT
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bc/bc/ |
| H A D | 0001-dc-fix-exit-code-of-q-command.patch | 36 signal(SIGINT, sigint_default); 40 signal(SIGINT, sigint_default);
|
| /OK3568_Linux_fs/buildroot/package/bc/ |
| H A D | 0003-dc-fix-exit-code-of-q-command.patch | 38 signal(SIGINT, sigint_default); 42 signal(SIGINT, sigint_default);
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | traps.c | 191 switch (notify_die(DIE_NMI, "NMI", regs, 0, vec & 0xff, SIGINT)) { in BUILD_TRAP_HANDLER() 196 die("Fatal Non-Maskable Interrupt", regs, SIGINT); in BUILD_TRAP_HANDLER()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | write_to_hugetlbfs.c | 49 if (signo == SIGINT) { in sig_handler() 77 if (signal(SIGINT, sig_handler) == SIG_ERR) in main()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_sample_pkts_user.c | 182 if (signal(SIGINT, sig_handler) || in main() 200 kill(0, SIGINT); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/map_tests/ |
| H A D | sk_storage_map.c | 408 signal(SIGINT, stop_handler); in test_sk_storage_map_stress_free() 425 signal(SIGINT, SIG_DFL); in test_sk_storage_map_stress_free() 442 signal(SIGINT, stop_handler); in test_sk_storage_map_stress_change() 451 signal(SIGINT, SIG_DFL); in test_sk_storage_map_stress_change()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch | 79 - ($exit_code == 2) and exit 1; # 2 is SIGINT 87 + ($exit_code == 2) and die "SIGINT\n"; # 2 is SIGINT 94 + if ($@ eq "SIGINT\n") {
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | nmi.c | 73 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in die_nmi() 96 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in perfctr_irq()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/ |
| H A D | asm-offsets.h | 7 #define SIGINT 2 macro
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach.c | 91 case SIGINT: in sig_term() 536 sigaction(SIGINT, &sa, NULL); in main() 560 sigdelset(&sigs, SIGINT); in main()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
| H A D | 0010-oprofile-Determine-the-root-home-directory-dynamical.patch | 25 the profile data it has collected. Use <code>kill -SIGINT <operf-PID></code> 38 the profile data it has collected. Use <code class="code">kill -SIGINT <operf-PID></code>
|
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_sandbox_exit.py | 21 u_boot_console.kill(signal.SIGINT)
|
| /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 | 48 #define SIGINT 2 /* Interactive attention 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 | 48 #define SIGINT 2 /* Interactive attention signal. */ macro
|
| /OK3568_Linux_fs/buildroot/package/dhcp/ |
| H A D | dhcpd.service | 9 KillSignal=SIGINT
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | signal.h | 14 #define SIGINT 2 macro
|
| /OK3568_Linux_fs/kernel/security/apparmor/include/ |
| H A D | sig_names.h | 15 [SIGINT] = 2,
|
| /OK3568_Linux_fs/kernel/tools/thermal/tmon/ |
| H A D | tmon.c | 111 case SIGINT: in tmon_sig_handler() 277 if (signal(SIGINT, tmon_sig_handler) == SIG_ERR) in main()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 6 #define SIGINT 2 macro
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | signal.h | 11 #define SIGINT 2 macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/ |
| H A D | signal.h | 19 #define SIGINT 2 macro
|