HomeSort by relevance Sort by last modified time
    Searched refs:SIGKILL (Results 26 - 50 of 61) sorted by null

12 3

  /external/kernel-headers/original/asm-arm/
signal.h 40 #define SIGKILL 9
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
dbg_module.c 178 kill(debug_module_process_pid, SIGKILL);
eth_utils.c 113 kill(ethernet_logger_process_pid, SIGKILL);
119 kill(ethernet_wipp_process_pid, SIGKILL);
125 kill(ethernet_g_tester_process_pid, SIGKILL);
wipp_ctrl.c 755 kill(process_table[index][0] ,SIGKILL);
  /dalvik/vm/native/
dalvik_system_Zygote.c 72 if (WTERMSIG(status) != SIGKILL) {
100 kill(getpid(), SIGKILL);
509 kill(getpid(), SIGKILL);
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
chromium_linux.py 91 os.kill(pid, signal.SIGKILL)
144 # TODO(mmoss) Maybe throw in a SIGKILL just to be sure?
chromium_mac.py 95 os.kill(pid, signal.SIGKILL)
157 # TODO(mmoss) Maybe throw in a SIGKILL just to be sure?
mac.py 192 os.kill(pid, signal.SIGKILL)
240 # TODO(mmoss) Maybe throw in a SIGKILL just to be sure?
  /system/core/init/
signal_handler.c 67 kill(-pid, SIGKILL);
  /development/testrunner/
run_command.py 132 os.kill(pid[0], signal.SIGKILL)
  /external/kernel-headers/original/asm-x86/
signal.h 52 #define SIGKILL 9
  /development/simulator/app/
DeviceManager.cpp 30 #if !defined(SIGKILL) // doesn't exist in MinGW
32 # define SIGKILL SIGBREAK // intended for Ctrl-Break
34 # define SIGKILL SIGABRT
506 * can send SIGKILL to the entire group to guarantee that we kill it and
    [all...]
  /external/openssl/crypto/ui/
ui_openssl.c 614 #ifdef SIGKILL
615 if (i == SIGKILL) /* We can't make any action on that. */
  /external/gtest/test/
gtest-death-test_test.cc 261 const int status_kill = KilledExitStatus(SIGKILL);
263 const testing::KilledBySignal pred_kill(SIGKILL);
685 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo";
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 262 const int status_kill = KilledExitStatus(SIGKILL);
264 const testing::KilledBySignal pred_kill(SIGKILL);
686 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo";
    [all...]
  /frameworks/base/cmds/runtime/
SignalHandler.cpp 159 kill(pid, SIGKILL);
main_runtime.cpp 85 kill(getpid(), SIGKILL);
  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 56 int result = kill((pid_t) pid, SIGKILL);
  /system/vold/
Process.cpp 177 * action = 2 to SIGKILL
217 SLOGE("Sending SIGKILL to process %d", pid);
218 kill(pid, SIGKILL);
  /external/oprofile/daemon/
opd_perfmon.c 457 kill(children[i].pid, SIGKILL);
  /external/oprofile/opcontrol/
opcontrol.cpp 607 kill(pid, SIGKILL);
  /external/quake/quake/src/WinQuake/
sys_dos.cpp 898 signal(SIGKILL, Sys_DefaultExceptionHandler);
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_event.c 631 kill(pIpcEvent->child_process_id, SIGKILL);
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_event.c 618 kill(pIpcEvent->child_process_id, SIGKILL);
  /external/dbus/dbus/
dbus-spawn.c 304 kill (sitter->sitter_pid, SIGKILL);
602 kill (sitter->grandchild_pid, SIGKILL);
    [all...]

Completed in 838 milliseconds

12 3