Home
last modified time | relevance | path

Searched refs:SIGINT (Results 1 – 25 of 238) sorted by relevance

12345678910

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/
H A D0010-gdbserver-ctrl-c-handling.patch7 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 Dext-sdk-prepare.py11 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 Dmulti_ebb_procs_test.c34 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 Di2pd.service19 ### Use SIGINT for graceful stop daemon.
21 KillSignal=SIGINT
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bc/bc/
H A D0001-dc-fix-exit-code-of-q-command.patch36 signal(SIGINT, sigint_default);
40 signal(SIGINT, sigint_default);
/OK3568_Linux_fs/buildroot/package/bc/
H A D0003-dc-fix-exit-code-of-q-command.patch38 signal(SIGINT, sigint_default);
42 signal(SIGINT, sigint_default);
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dtraps.c191 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 Dwrite_to_hugetlbfs.c49 if (signo == SIGINT) { in sig_handler()
77 if (signal(SIGINT, sig_handler) == SIG_ERR) in main()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_sample_pkts_user.c182 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 Dsk_storage_map.c408 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 D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch79 - ($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 Dnmi.c73 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 Dasm-offsets.h7 #define SIGINT 2 macro
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach.c91 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 D0010-oprofile-Determine-the-root-home-directory-dynamical.patch25 the profile data it has collected. Use <code>kill -SIGINT &lt;operf-PID&gt;</code>
38 the profile data it has collected. Use <code class="code">kill -SIGINT &lt;operf-PID&gt;</code>
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_sandbox_exit.py21 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 Dsignum-generic.h48 #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 Dsignum-generic.h48 #define SIGINT 2 /* Interactive attention signal. */ macro
/OK3568_Linux_fs/buildroot/package/dhcp/
H A Ddhcpd.service9 KillSignal=SIGINT
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dsignal.h14 #define SIGINT 2 macro
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dsig_names.h15 [SIGINT] = 2,
/OK3568_Linux_fs/kernel/tools/thermal/tmon/
H A Dtmon.c111 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 Dsignal.h6 #define SIGINT 2 macro
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dsignal.h11 #define SIGINT 2 macro
/OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/
H A Dsignal.h19 #define SIGINT 2 macro

12345678910