HomeSort by relevance Sort by last modified time
    Searched refs:getrlimit (Results 151 - 174 of 174) sorted by null

1 2 3 4 5 67

  /external/e2fsprogs/lib/ext2fs/
unix_io.c 613 getrlimit(RLIMIT_FSIZE, &rlim);
  /external/fio/engines/
rdma.c 1021 if (getrlimit(RLIMIT_MEMLOCK, &rl) != 0) {
1022 log_err("fio: getrlimit fail: %d(%s)\n",
  /external/lldb/test/pexpect-2.4/examples/
cgishell.cgi 205 maxfd = resource.getrlimit(resource.RLIMIT_NOFILE)[1]
  /external/mksh/src/
funcs.c     [all...]
  /external/chromium_org/third_party/pexpect/
pexpect.py 581 max_fd = resource.getrlimit(resource.RLIMIT_NOFILE)[0]
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py 545 max_fd = resource.getrlimit(resource.RLIMIT_NOFILE)[0]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 202 soft, hard = resource.getrlimit(resource.RLIMIT_STACK)
    [all...]
test_subprocess.py 701 self.old_limit = resource.getrlimit(resource.RLIMIT_CORE)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 202 soft, hard = resource.getrlimit(resource.RLIMIT_STACK)
    [all...]
test_subprocess.py 701 self.old_limit = resource.getrlimit(resource.RLIMIT_CORE)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.c 1067 if (getrlimit(RLIMIT_NOFILE, &l) == 0) {
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 926 if (getrlimit (RLIMIT_STACK, &rlim) == 0)
    [all...]
configure     [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp 395 (144): old getrlimit
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
  /art/runtime/
thread.cc 533 if (getrlimit(RLIMIT_STACK, &stack_limit) == -1) {
534 PLOG(FATAL) << "getrlimit(RLIMIT_STACK) failed";
    [all...]
  /external/blktrace/
blktrace.c 627 if (!getrlimit(resource, &rlim)) {
    [all...]
  /external/valgrind/main/coregrind/
m_signals.c     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /external/pcre/dist/
pcretest.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 818 if (VG_(getrlimit) (VKI_RLIMIT_NOFILE, &lim) == -1) {
819 /* Hmm. getrlimit() failed. Now we're screwed, so just choose
    [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/llvm/
configure     [all...]

Completed in 2311 milliseconds

1 2 3 4 5 67