Searched
full:kill (Results
376 -
400 of
1513) sorted by null
<<11121314151617181920>>
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_thread.h | 105 /** Forcefully kill a thread without worrying about its state */
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_thread.h | 105 /** Forcefully kill a thread without worrying about its state */
|
/system/core/debuggerd/ |
debuggerd.c | 344 kill(request.pid, SIGSTOP); 374 kill(request.pid, SIGSTOP); 398 kill(request.pid, SIGCONT); 405 kill(getpid(), SIGKILL);
|
/system/core/init/ |
signal_handler.c | 67 kill(-pid, SIGKILL);
|
/system/netd/ |
PppController.cpp | 113 kill(mPid, SIGTERM);
|
/bionic/libc/include/sys/ |
ioctl_compat.h | 73 char sg_kill; /* kill character */ 139 #define CRTKIL 0x04000000 /* kill line with " \b " */
|
/development/apps/Development/src/com/android/development/ |
BadBehaviorActivity.java | 164 Log.i(TAG, "Native crash pressed -- about to kill -11 self"); 167 Log.i(TAG, "Finished kill -11, should be dead or dying");
|
/development/ndk/platforms/android-3/include/sys/ |
ioctl_compat.h | 72 char sg_kill; /* kill character */ 135 #define CRTKIL 0x04000000 /* kill line with " \b " */
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
ioctl_compat.h | 73 char sg_kill; /* kill character */ 139 #define CRTKIL 0x04000000 /* kill line with " \b " */
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_unittest_utils_mac.cc | 105 // If an error occured, just kill the message Loop. 169 // timeout we kill the message loop.
|
/external/chromium/net/disk_cache/ |
stress_cache.cc | 11 // infinite loop, and another one to asynchronously kill the process. 187 // Windows does more work on _exit() that we would like, so we use Kill.
|
/external/kernel-headers/original/asm-generic/ |
siginfo.h | 48 /* kill() */ 143 #define SI_USER 0 /* sent by kill, sigsend, raise */
|
/external/libsepol/tests/policies/test-expander/ |
small-base.conf | 271 signull # for kill(pid, 0) 363 kill
|
/external/llvm/lib/CodeGen/ |
AggressiveAntiDepBreaker.h | 69 /// KillIndices - The index of the most recent kill (proceding bottom-up), 80 /// GetKillIndices - Return the kill indices.
|
/external/llvm/lib/Target/MSP430/ |
MSP430FrameLowering.cpp | 67 .addReg(MSP430::FPW, RegState::Kill); 200 .addReg(Reg, RegState::Kill);
|
/external/mesa3d/src/glsl/builtins/tools/ |
generate_builtins.py | 71 # Kill any global variable declarations. We don't want them. 75 # Kill pointer addresses. They're not necessary in prototypes and just
|
/external/valgrind/main/coregrind/m_gdbserver/ |
server.c | 138 switch (VG_(keyword_id) ("help v.set v.info v.wait v.kill v.translate", 166 " v.kill : kill the Valgrind process\n" 284 case 4: /* v.kill */ 285 kill_request ("monitor command request to kill this process\n"); 486 /* tell gdb to always detach, never kill the process */ 780 /* When detaching or kill the process, gdb expects to get 973 kill_request("Gdb request to kill this process\n"); [all...] |
/external/valgrind/main/gdbserver_tests/ |
filter_gdb | 71 -e 's/in kill ().*$/in syscall .../' \ 72 -e 's/in .*kill ().*$/in syscall .../' \
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/ |
ProcessLauncherMac.mm | 283 kill(processIdentifier, SIGCONT); 304 kill(m_processIdentifier, SIGKILL);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestShellGtk.cpp | 41 // If the alarm alarmed, kill the process since we have a really bad hang. 176 // Install an alarm signal handler that will kill us if we time out.
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
worker_mixin.py | 130 # Check and kill DumpRenderTree if we need to. 177 # more we can do with it. We have to kill all the
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium_linux.py | 229 os.kill(server_pid, signal.SIGTERM) 233 # file), so if kill fails on the given PID, just try to
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmKlaxon.java | 78 // we don't kill the alarm during a call. 90 // Listen for incoming calls to kill the alarm.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
siginfo.h | 62 /* kill(). */ 145 SI_USER, /* Sent by kill, sigsend, raise. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
siginfo.h | 62 /* kill(). */ 145 SI_USER, /* Sent by kill, sigsend, raise. */
|
Completed in 1979 milliseconds
<<11121314151617181920>>