Home
last modified time | relevance | path

Searched refs:SIGKILL (Results 1 – 25 of 91) sorted by relevance

1234

/external/autotest/client/tests/aio_dio_bugs/src/
Daio-dio-invalidate-failure.c124 kill(buffered_pid, SIGKILL); in main()
139 kill(buffered_pid, SIGKILL); in main()
140 kill(dio_pid, SIGKILL); in main()
146 kill(buffered_pid, SIGKILL); in main()
148 kill(dio_pid, SIGKILL); in main()
/external/libchrome/base/process/
Dkill_posix.cc56 case SIGKILL: in GetTerminationStatusImpl()
80 bool result = kill(-1 * process_group_id, SIGKILL) == 0; in KillProcessGroup()
93 bool result = kill(handle, SIGKILL) == 0; in GetKnownDeadTerminationStatus()
188 if (kill(child_, SIGKILL) == 0) { in WaitForChildToDie()
/external/bison/lib/
Dsigaction.c60 #ifndef SIGKILL
61 # define SIGKILL (-1) macro
138 if (sig < 0 || NSIG <= sig || sig == SIGKILL || sig == SIGSTOP in sigaction()
Dsigprocmask.c43 #ifndef SIGKILL
44 # define SIGKILL (-1) macro
299 if (sig >= 0 && sig < NSIG && sig != SIGKILL && sig != SIGSTOP in rpl_signal()
/external/libunwind/tests/
Dtest-ptrace.c167 kill (target_pid, SIGKILL); in target_pid_kill()
268 if (WSTOPSIG (status) == SIGKILL) in main()
340 kill (target_pid, SIGKILL); in main()
/external/libchrome/sandbox/linux/services/
Dscoped_process_unittest.cc68 ASSERT_EQ(0, kill(process.GetPid(), SIGKILL)); in TEST()
71 EXPECT_EQ(SIGKILL, exit_code); in TEST()
/external/libbrillo/brillo/
Dprocess_reaper_unittest.cc111 pid_t pid = ForkChildAndKill(SIGKILL); in TEST_F()
115 EXPECT_EQ(SIGKILL, info.si_status); in TEST_F()
/external/libmicrohttpd/src/testspdy/
Dtest_misc.c52 kill(child, SIGKILL); in killchild()
59 kill(parent, SIGKILL); in killparent()
Dtest_session_timeout.c70 kill(child, SIGKILL); in killchild()
79 kill(parent, SIGKILL); in killparent()
Dtest_request_response_with_callback.c45 kill(child, SIGKILL); in killchild()
52 kill(parent, SIGKILL); in killparent()
/external/strace/
DREADME-linux-ptrace48 SIGKILL operates similarly, with exceptions. No signal-delivery-stop is
49 generated for SIGKILL and therefore tracer can't suppress it. SIGKILL
51 death by SIGKILL). The net effect is that SIGKILL always kills the
56 operation is deprecated, use kill/tgkill(SIGKILL) instead.
69 syscall, signal deaths (except SIGKILL), and when threads are torn down
73 scenarios when tracee may die while stopped (such as SIGKILL).
115 notification. Example: kill(tracee, SIGKILL); waitpid(tracee, &status,
134 SIGKILL, kernel selects a thread which handles the signal (if signal is
225 possible, such as ESRCH "no such process" if SIGKILL killed the tracee).
229 notifications (except SIGKILL death) to tracer, even if tracer enters
[all …]
/external/compiler-rt/test/asan/TestCases/Android/
Dcoverage-android.cc116 kill(getpid(), SIGKILL); in bar()
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_signal.py19 SIGKILL = 9 # Killed variable
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc282 raise(SIGKILL); in DoneCallbackRaiseSIGKILL()
298 raise(SIGKILL); in RaiseSIGKILL()
328 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGKILL)); in TEST()
340 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGKILL)); in TEST()
410 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGKILL)); in TEST()
426 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGKILL)); in TEST()
458 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGKILL)); in TEST()
474 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGKILL)); in TEST()
/external/ltrace/testsuite/ltrace.minor/
Dtrace-clone.exp25 } elseif [ regexp {killed by SIGKILL} $exec_output ] {
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsignal.h33 #define SIGKILL 9 /* Kill, unblockable (POSIX). */ macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dsignal.h26 #define SIGKILL 9 macro
/external/kernel-headers/original/uapi/asm-generic/
Dsignal.h19 #define SIGKILL 9 macro
/external/valgrind/memcheck/tests/
Dsigkill.stderr.exp-solaris26 setting signal 9: Warning: ignored attempt to set SIGKILL handler in sigaction();
27 the SIGKILL signal is uncatchable
Dsigkill.stderr.exp-mips3226 setting signal 9: Warning: ignored attempt to set SIGKILL handler in sigaction();
27 the SIGKILL signal is uncatchable
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsignal.h31 #define SIGKILL 9 macro
/external/valgrind/none/tests/
Dexec-sigmask.c69 if (i == SIGKILL || i == SIGSTOP) in main()
/external/toybox/toys/other/
Dtimeout.c47 TT.nextsig = SIGKILL;
/external/autotest/client/tests/bash_shared_mapping/
Dbash_shared_mapping.py44 os.kill(pid[i], signal.SIGKILL)
/external/strace/tests/
Dppoll.c67 sigdelset(&mask, SIGKILL); in test2()

1234