Searched refs:SIGKILL (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/cmds/incidentd/src/
H A Dincidentd_util.cpp83 prctl(PR_SET_PDEATHSIG, SIGKILL);
141 kill(pid, SIGKILL);
/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp132 prctl(PR_SET_PDEATHSIG, SIGKILL); // if parent media.log dies before me, kill me also
/frameworks/base/cmds/incidentd/tests/
H A DFdBuffer_test.cpp134 kill(pid, SIGKILL); // reap the child process
288 kill(pid, SIGKILL); // reap the child process
/frameworks/native/cmds/dumpstate/
H A DDumpstateUtil.cpp307 prctl(PR_SET_PDEATHSIG, SIGKILL);
346 kill(pid, SIGKILL);
349 dprintf(fd, "could not kill command '%s' (pid %d) even with SIGKILL.\n",
351 MYLOGE("could not kill command '%s' (pid %d) even with SIGKILL.\n", command, pid);
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp1204 return killProcessGroup(uid, pid, SIGKILL);
H A Dcom_android_internal_os_Zygote.cpp134 kill(getpid(), SIGKILL); local
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp135 kill( getpid(), SIGKILL ); local
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp120 kill(pid, SIGKILL);

Completed in 6757 milliseconds