HomeSort by relevance Sort by last modified time
    Searched full:killer (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
oom.h 4 /* /proc/<pid>/oom_adj set to -17 protects from the oom-killer */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
oom.h 4 /* /proc/<pid>/oom_adj set to -17 protects from the oom-killer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
oom.h 4 /* /proc/<pid>/oom_adj set to -17 protects from the oom-killer */
  /external/valgrind/main/none/tests/
async-sigs.c 31 int killer; local
34 killer = vfork();
35 if (killer == -1) {
36 perror("killer/vfork");
41 if (killer == 0) {
53 ret = waitpid(killer, &status, 0);
56 if (ret != killer) {
62 fprintf(stderr, "kill %d failed status=%s %d\n", killer,
pth_cancel2.c 63 void *killer(void *arg) function
77 // extern void *killer(void *);
88 killer,
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 42 new Killer(ss).start();
55 new Killer(s).start();
70 new Killer(s).start();
85 new Killer(s.socket()).start();
110 new Killer(s).start();
153 new Killer(s).start();
168 new Killer(s).start();
193 new Killer(s).start();
247 static class Killer<T> extends Thread {
250 public Killer(T s)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmKlaxon.java 57 private static final int KILLER = 1000;
62 case KILLER:
64 Log.v("*********** Alarm killer triggered ***********");
295 mHandler.sendMessageDelayed(mHandler.obtainMessage(KILLER, alarm),
301 mHandler.removeMessages(KILLER);
AlarmReceiver.java 219 Log.v("Cannot update notification for killer callback");
  /frameworks/base/services/java/com/android/server/am/
ProcessList.java 132 // the OOM killer. Note that the OOM killer only supports 6 slots, so we
150 // The actual OOM killer memory levels we are using.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 662 Thread killer = new Thread(new Runnable() { local
679 killer.start();
686 killer.interrupt();
715 Thread killer = new Thread(new Runnable() { local
732 killer.start();
739 killer.interrupt();
  /external/chromium/chrome/browser/
oom_priority_manager.cc 155 // values are more likely to be killed by the OOM killer. We also
chrome_browser_application_mac.mm 138 // to be very uncommon in production, because of the OOM killer.
enumerate_modules_model_win.cc 126 // Said to belong to Killer NIC from BigFoot Networks (not verified). Versions
    [all...]
  /external/openssh/
platform.c 44 /* Adjust out-of-memory killer so listening process is not killed */
config.h     [all...]
  /external/openssh/openbsd-compat/
port-linux.c 259 * Tell the kernel's out-of-memory killer to avoid sshd.
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 572 << *DepWrite << "\n KILLER: " << *Inst << '\n');
598 << *DepWrite << "\n KILLER (offset "
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 379 DenseMap<unsigned, unsigned> Killer;
389 Killer[Reg] = i;
426 unsigned j = Killer[Reg];
    [all...]
  /external/chromium/base/
process_util.h 177 // This adjusts /proc/process/oom_adj so the Linux OOM killer will prefer
process_util_unittest.cc 221 // Send a SIGKILL to this process, just like the OOM killer would.
  /external/oprofile/
TODO 198 is a performance killer. Some sort of AVL tree will do the job.
  /external/quake/quake/src/QW/progs/
defs.qc 697 void(entity killer, entity killee) logfrag = #79; // add to stats
  /frameworks/native/cmds/dumpstate/
dumpstate.c 341 /* set as high priority, and protect from OOM killer */
  /system/vold/
Volume.cpp 138 * the process killer can find the inode.
  /external/kernel-headers/original/linux/
mm.h     [all...]

Completed in 7670 milliseconds

1 2