| /OK3568_Linux_fs/buildroot/package/busybox/ |
| H A D | 0005-halt-Support-rebooting-with-arg.patch | 35 + if (sig == SIGTERM) 52 + sigaction_set(SIGTERM, &sa); 54 + bb_error_msg("Waiting for SIGTERM"); 56 + /* The init will send SIGTERM to us after SHUTDOWN actions */ 81 + if (signals[which] == SIGTERM && argc > 1 && argv[1][0] != '-')
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/support/ |
| H A D | httpserver.py | 48 orig = signal.getsignal(signal.SIGTERM) 49 signal.signal(signal.SIGTERM, signal.SIG_DFL) 51 signal.signal(signal.SIGTERM, orig)
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | util.c | 105 signal(SIGTERM, SIG_DFL); in os_fix_helper_signals() 121 signal(SIGTERM, SIG_IGN); in os_dump_core() 122 kill(0, SIGTERM); in os_dump_core()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | httpserver.py | 50 orig = signal.getsignal(signal.SIGTERM) 51 signal.signal(signal.SIGTERM, signal.SIG_DFL) 53 signal.signal(signal.SIGTERM, orig)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-worker | 144 signal.signal(signal.SIGTERM, signal.SIG_DFL) 145 os.killpg(0, signal.SIGTERM) 229 signal.signal(signal.SIGTERM, sigterm_handler) 383 signal.signal(signal.SIGTERM, self.sigterm_exception) 392 if signum == signal.SIGTERM: 397 signal.signal(signal.SIGTERM, signal.SIG_DFL) 398 os.kill(os.getpid(), signal.SIGTERM) 408 self.sigterm_exception(signal.SIGTERM, None) 521 os.kill(-k, signal.SIGTERM)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | setns-dcache.c | 41 kill(pid, SIGTERM); in f() 108 kill(pid, SIGTERM); in main()
|
| H A D | setns-sysvipc.c | 40 kill(pid, SIGTERM); in f() 107 kill(pid, SIGTERM); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ |
| H A D | harness.c | 66 kill(-pid, SIGTERM); in run_test() 74 kill(-pid, SIGTERM); in run_test()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | runcmd.py | 81 self.assertEqual(result.status, -signal.SIGTERM) 91 self.assertEqual(result.status, -signal.SIGTERM) 107 self.assertEqual(result.status, -signal.SIGTERM)
|
| /OK3568_Linux_fs/buildroot/package/libteam/ |
| H A D | 0003-increase-wait-time-for-daemon-kill.patch | 33 - err = daemon_pid_file_kill_wait(SIGTERM, 5); 34 + err = daemon_pid_file_kill_wait(SIGTERM, 30);
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/functional/ |
| H A D | functional_helpers.py | 58 os.kill(toastermain_pid, signal.SIGTERM) 61 os.kill(runbuilds_pid, signal.SIGTERM)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/uevent/ |
| H A D | uevent_filtering.c | 326 ret = kill(pid, SIGTERM); /* success */ in do_test() 342 if (sig == SIGTERM) in signal_handler() 372 ret = sigaction(SIGTERM, &act, NULL); in TEST()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | fin_ack_lat.c | 106 kill(SIGTERM, child_pid); in sig_handler() 118 if (signal(SIGTERM, sig_handler) == SIG_ERR) in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ |
| H A D | lib.c | 92 kill(child_pid, SIGTERM); in kill_child_and_wait() 105 signal(SIGTERM, SIG_DFL); in eat_cpu_child()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/ |
| H A D | serv.py | 214 self.loop.add_signal_handler(signal.SIGTERM, self.signal_handler) 215 signal.pthread_sigmask(signal.SIG_UNBLOCK, [signal.SIGTERM]) 277 mask = signal.pthread_sigmask(signal.SIG_BLOCK, [signal.SIGTERM])
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/map_tests/ |
| H A D | sk_storage_map.c | 407 signal(SIGTERM, stop_handler); in test_sk_storage_map_stress_free() 424 signal(SIGTERM, SIG_DFL); in test_sk_storage_map_stress_free() 441 signal(SIGTERM, stop_handler); in test_sk_storage_map_stress_change() 450 signal(SIGTERM, SIG_DFL); in test_sk_storage_map_stress_change()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/ |
| H A D | asm-offsets.h | 6 #define SIGTERM 15 macro
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach.c | 94 case SIGTERM: in sig_term() 535 sigaction(SIGTERM, &sa, NULL); in main() 559 sigdelset(&sigs, SIGTERM); 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/bits/ |
| H A D | signum-generic.h | 53 #define SIGTERM 15 /* Termination request. */ 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 | 53 #define SIGTERM 15 /* Termination request. */ macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | signal.h | 28 #define SIGTERM 15 macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | ippool.service | 12 # ExecStop is not needed. systemd will send SIGTERM
|
| /OK3568_Linux_fs/kernel/security/apparmor/include/ |
| H A D | sig_names.h | 28 [SIGTERM] = 15,
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | devtool-stress.py | 138 os.killpg(0, signal.SIGTERM) 201 os.killpg(0, signal.SIGTERM)
|
| /OK3568_Linux_fs/kernel/tools/thermal/tmon/ |
| H A D | tmon.c | 103 case SIGTERM: in tmon_sig_handler() 279 if (signal(SIGTERM, tmon_sig_handler) == SIG_ERR) in main()
|