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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/linux/
oom.h 4 /* /proc/<pid>/oom_adj set to -17 protects from the oom-killer */
  /external/kernel-headers/original/uapi/linux/
oom.h 12 * /proc/<pid>/oom_adj set to -17 protects from the oom killer for legacy
  /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...]
  /external/chromium_org/chrome/browser/chromeos/memory/
low_memory_observer.h 19 // when that happens, instead of waiting for the OOM killer to kill renderers
oom_priority_manager.cc 640 // values are more likely to be killed by the OOM killer.
  /external/sepolicy/
lmkd.te 1 # lmkd low memory killer daemon
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-274438.js 42 var killer = f("bang", "bo" + "om");
43 assertEquals("boom", killer.b);
  /external/chromium_org/content/public/browser/
zygote_host_linux.h 35 // likely to be killed by the OOM killer.
  /external/chromium_org/sandbox/linux/suid/
process_util.h 14 // This adjusts /proc/process/oom_score_adj so the Linux OOM killer
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
BindingManager.java 9 * process oom priority so that it shouldn't be killed by the OS out-of-memory killer under
47 * the relative importance of the renderer to system oom killer.
ChildProcessConnectionImpl.java 49 // when the process crashes or gets killed by the system out-of-memory killer.
  /external/chromium_org/base/process/
memory.h 54 // This adjusts /proc/<pid>/oom_score_adj so the Linux OOM killer will
memory_mac.mm 121 // to the OOM killer.
process_util_unittest.cc 283 // Send a SIGKILL to this process, just like the OOM killer would.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadTest.java 657 Thread killer = new Thread(new Runnable() { local
674 killer.start();
681 killer.interrupt();
710 Thread killer = new Thread(new Runnable() { local
727 killer.start();
734 killer.interrupt();
  /frameworks/base/services/core/java/com/android/server/am/
ProcessList.java 125 // are tighter on RAM, the out of memory killer is responsible for killing background
153 // Low Memory Killer Daemon command codes.
164 // the OOM killer. Note that the OOM killer only supports 6 slots, so we
182 // The actual OOM killer memory levels we are using.
  /external/chromium_org/chrome/browser/media/
audio_stream_monitor.h 39 // other use cases as well (e.g., the OOM killer uses this to de-prioritize
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 315 # A deadlock-killer, to prevent the
317 def killer():
322 t = threading.Thread(target=killer)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 315 # A deadlock-killer, to prevent the
317 def killer():
322 t = threading.Thread(target=killer)
  /system/core/lmkd/
lmkd.c 781 ALOGI("Using in-kernel low memory killer interface");
785 ALOGE("Kernel does not support memory pressure events or in-kernel low memory killer");
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 574 << *DepWrite << "\n KILLER: " << *Inst << '\n');
600 << *DepWrite << "\n KILLER (offset "
  /external/chromium_org/chrome/browser/
chrome_browser_application_mac.mm 190 // to be very uncommon in production, because of the OOM killer.

Completed in 955 milliseconds

1 2 3