/external/bison/lib/ |
D | sigaction.c | 60 #ifndef SIGKILL 61 # define SIGKILL (-1) macro 138 if (sig < 0 || NSIG <= sig || sig == SIGKILL || sig == SIGSTOP in sigaction()
|
D | sigprocmask.c | 43 #ifndef SIGKILL 44 # define SIGKILL (-1) macro 299 if (sig >= 0 && sig < NSIG && sig != SIGKILL && sig != SIGSTOP in rpl_signal()
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/gtk/ |
D | ProcessLauncherGtk.cpp | 55 prctl(PR_SET_PDEATHSIG, SIGKILL); in childSetupFunction() 95 kill(m_processIdentifier, SIGKILL); in terminateProcess()
|
/external/dropbear/ |
D | common-chansession.c | 35 {SIGKILL, "KILL"},
|
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/ |
D | SDL_systhread.c | 83 kill(thread->handle, SIGKILL); in SDL_KillThread()
|
/external/valgrind/main/none/tests/ |
D | exec-sigmask.c | 69 if (i == SIGKILL || i == SIGSTOP) in main()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
D | SDL_systhread.c | 140 pthread_kill(thread->handle, SIGKILL); in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
D | SDL_systhread.c | 118 pthread_kill(thread->handle, SIGKILL); in SDL_SYS_KillThread()
|
/external/valgrind/main/memcheck/tests/ |
D | sigkill.stderr.exp-mips32 | 26 setting signal 9: Warning: ignored attempt to set SIGKILL handler in sigaction(); 27 the SIGKILL signal is uncatchable
|
D | sigkill.stderr.exp | 26 setting signal 9: Warning: ignored attempt to set SIGKILL handler in sigaction(); 27 the SIGKILL signal is uncatchable
|
/external/kernel-headers/original/asm-mips/ |
D | signal.h | 34 #define SIGKILL 9 /* Kill, unblockable (POSIX). */ macro
|
/external/kernel-headers/original/asm-arm/ |
D | signal.h | 40 #define SIGKILL 9 macro
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/qt/ |
D | ProcessLauncherQt.cpp | 82 prctl(PR_SET_PDEATHSIG, SIGKILL); in setupChildProcess()
|
/external/chromium/chrome/browser/ |
D | process_singleton_linux_uitest.cc | 229 kill(pid, SIGKILL); in TEST_F() 254 kill(pid, SIGKILL); in TEST_F()
|
/external/protobuf/gtest/test/ |
D | gtest-death-test_test.cc | 262 const int status_kill = KilledExitStatus(SIGKILL); in TEST() 264 const testing::KilledBySignal pred_kill(SIGKILL); in TEST() 686 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo"; in TestExitMacros()
|
/external/gtest/test/ |
D | gtest-death-test_test.cc | 271 const int status_kill = KilledExitStatus(SIGKILL); in TEST() 273 const testing::KilledBySignal pred_kill(SIGKILL); in TEST() 680 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo"; in TestExitMacros()
|
/external/chromium/testing/gtest/test/ |
D | gtest-death-test_test.cc | 271 const int status_kill = KilledExitStatus(SIGKILL); in TEST() 273 const testing::KilledBySignal pred_kill(SIGKILL); in TEST() 680 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo"; in TestExitMacros()
|
/external/libvpx/libvpx/third_party/googletest/src/test/ |
D | gtest-death-test_test.cc | 271 const int status_kill = KilledExitStatus(SIGKILL); in TEST() 273 const testing::KilledBySignal pred_kill(SIGKILL); in TEST() 680 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo"; in TestExitMacros()
|
/external/kernel-headers/original/asm-x86/ |
D | signal.h | 52 #define SIGKILL 9 macro
|
/external/openssl/crypto/ui/ |
D | ui_openssl.c | 620 #ifdef SIGKILL in pushsig() 621 if (i == SIGKILL) /* We can't make any action on that. */ in pushsig()
|
/external/chromium/base/ |
D | process_util_posix.cc | 261 result = kill(process_id, SIGKILL) == 0; in KillProcess() 271 bool result = kill(-1 * process_group_id, SIGKILL) == 0; in KillProcessGroup() 723 case SIGKILL: in GetTerminationStatus()
|
D | process_util_unittest.cc | 222 ::kill(getpid(), SIGKILL); in MULTIPROCESS_TEST_MAIN() 249 EXPECT_EQ(SIGKILL, signal); in TEST_F()
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
D | executive_unittest.py | 158 expected_exit_code = -signal.SIGKILL
|
D | executive.py | 218 os.kill(pid, signal.SIGKILL)
|
/external/strace/ |
D | strace.c | 493 kill(getppid(), SIGKILL); in startup_attach() 729 kill(tracee_pid, SIGKILL); in test_ptrace_setoptions() 736 kill(pid, SIGKILL); in test_ptrace_setoptions() 752 kill(pid, SIGKILL); in test_ptrace_setoptions() 2173 kill(poller_pid, SIGKILL); in trace()
|