HomeSort by relevance Sort by last modified time
    Searched refs:kill (Results 101 - 125 of 340) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
signal.h 124 extern int kill(pid_t, int);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
signal.h 124 extern int kill(pid_t, int);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
signal.h 125 extern int kill(pid_t, int);
  /external/bison/lib/
wait-process.c 48 by CreateProcess(). Therefore we can kill it using TerminateProcess. */
49 #define kill(pid,sig) TerminateProcess ((HANDLE) (pid), sig) macro
99 /* Kill the slave. */
100 kill (slave, TERMINATOR);
151 Additionally we need to kill child, because it's not yet among
153 kill (child, TERMINATOR);
207 it would kill the other totally unrelated process. */
240 later, when we exit, we don't kill a totally unrelated process which
332 later, when we exit, we don't kill a totally unrelated process which
  /external/strace/
strace.c 56 /* kill() may choose arbitrarily the target task of the process group
60 # define my_tgkill(pid, tid, sig) kill ((tid), (sig))
493 kill(getppid(), SIGKILL);
595 kill(pid, SIGSTOP); /* stop HERE */
607 kill(pid, SIGSTOP);
650 kill(getpid(), SIGSTOP);
709 kill(getpid(), SIGSTOP);
729 kill(tracee_pid, SIGKILL);
736 kill(pid, SIGKILL);
752 kill(pid, SIGKILL)
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 168 /// FixupKills - Fix register kill flags that have been made
180 // ToggleKillFlag - Toggle a register operand kill flag. Other
437 // Setting kill flag...
443 // If MO itself is live, clear the kill flag...
467 /// FixupKills - Fix the register kill flags, they may have been made
505 // Examine all used registers and set/clear kill flag. When a
506 // register is used multiple times we only set the kill flag on
515 bool kill = false; local
517 kill = true;
521 kill = false
    [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 192 " --shutdown kill the oprofile daemon\n"
292 * Kill the old daemon so that setup can be done more than once to achieve
298 kill(num, SIGTERM);
543 * As a temporary workaround, change do_reset into a no-op for now and kill
550 kill(pid, SIGHUP); /* HUP makes oprofiled close its sample files */
610 kill(pid, SIGHUP); /* Politely ask the daemon to close files */
612 kill(pid, SIGTERM);/* Politely ask the daemon to die */
614 kill(pid, SIGKILL);
791 kill(num, SIGUSR1);
  /external/chromium/chrome/browser/
process_singleton_linux_uitest.cc 163 kill(pid, SIGSTOP);
180 // Test that we don't kill ourselves by accident if a lockfile with the same pid
228 // Kill the browser process, so that it does not respond on the socket.
229 kill(pid, SIGKILL);
253 // Kill the browser process, so that it does not respond on the socket.
254 kill(pid, SIGKILL);
  /bionic/libc/include/
signal.h 137 extern int kill(pid_t, int);

Completed in 688 milliseconds

1 2 3 45 6 7 8 91011>>