/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...] |
/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 | 38 // likely to be killed by the OOM killer.
|
/external/chromium_org/sandbox/linux/suid/ |
process_util.h | 16 // This adjusts /proc/process/oom_score_adj so the Linux OOM killer
|
/external/chromium_org/base/process/ |
memory.h | 46 // This adjusts /proc/<pid>/oom_score_adj so the Linux OOM killer will
|
memory_mac.mm | 120 // to the OOM killer.
|
/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_org/content/public/android/java/src/org/chromium/content/browser/ |
BindingManager.java | 16 * process oom priority so that it shouldn't be killed by the OS out-of-memory killer under 223 * the relative importance of the renderer to system oom killer.
|
ChildProcessConnectionImpl.java | 46 // when the process crashes or gets killed by the system out-of-memory killer.
|
/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.
|
/external/openssh/ |
platform.c | 44 /* Adjust out-of-memory killer so listening process is not killed */
|
/frameworks/base/services/java/com/android/server/am/ |
ProcessList.java | 116 // are tighter on RAM, the out of memory killer is responsible for killing background 145 // the OOM killer. Note that the OOM killer only supports 6 slots, so we 163 // The actual OOM killer memory levels we are using.
|
/external/openssh/openbsd-compat/ |
port-linux.c | 259 * Tell the kernel's out-of-memory killer to avoid sshd.
|
/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)
|
/frameworks/base/docs/html/distribute/googleplay/spotlight/ |
games.jd | 140 D-Day, Contract Killer 2, and Zombies Ate My Friends.</p>
|
/external/llvm/lib/Transforms/Scalar/ |
DeadStoreElimination.cpp | 572 << *DepWrite << "\n KILLER: " << *Inst << '\n'); 598 << *DepWrite << "\n KILLER (offset "
|
/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.
|