HomeSort by relevance Sort by last modified time
    Searched full:getrlimit (Results 251 - 275 of 408) sorted by null

<<11121314151617

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/syscalls/
mips-o32-linux.xml 90 <syscall name="getrlimit" number="4076"/>
ppc-linux.xml 93 <syscall name="getrlimit" number="76"/>
ppc64-linux.xml 93 <syscall name="getrlimit" number="76"/>
sparc-linux.xml 160 <syscall name="getrlimit" number="144"/>
sparc64-linux.xml 143 <syscall name="getrlimit" number="144"/>
  /external/bison/m4/
printf.m4     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
auto-host.h 717 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1051 /* Define to 1 if you have the `getrlimit' function. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
auto-host.h 717 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1051 /* Define to 1 if you have the `getrlimit' function. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
auto-host.h 717 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1051 /* Define to 1 if you have the `getrlimit' function. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
auto-host.h 717 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1051 /* Define to 1 if you have the `getrlimit' function. */
    [all...]
  /external/chromium/base/
process_util_unittest.cc 380 if (getrlimit(RLIMIT_NOFILE, &rlim) != 0) {
  /external/chromium_org/base/process/
process_util_unittest.cc 458 if (getrlimit(RLIMIT_NOFILE, &rlim) != 0) {
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 101 if (!getrlimit(RLIMIT_NOFILE, &nofile)) {
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_sets.cc 681 case __NR_prlimit64: // Like setrlimit / getrlimit.
  /external/chromium_org/v8/src/
platform-posix.cc 97 int result = getrlimit(RLIMIT_DATA, &limit);
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 552 getrlimit(RLIMIT_FSIZE, &rlim);
  /external/llvm/device/include/llvm/Config/
config.h 159 /* Define to 1 if you have the `getrlimit' function. */
  /external/llvm/host/include/llvm/Config/
config.h 161 /* Define to 1 if you have the `getrlimit' function. */
  /external/llvm/include/llvm/Config/
config.h.cmake 158 /* Define to 1 if you have the `getrlimit' function. */
config.h.in 172 /* Define to 1 if you have the `getrlimit' function. */
  /external/strace/
NEWS 15 * Implemented biarch support for getrlimit() and setrlimit().
  /external/valgrind/main/include/vki/
vki-scnums-darwin.h 339 /* 144 old getrlimit */
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 741 if (VG_(getrlimit) (VKI_RLIMIT_NOFILE, &lim) == -1) {
742 /* Hmm. getrlimit() failed. Now we're screwed, so just choose
    [all...]
  /art/runtime/
thread.cc 440 if (getrlimit(RLIMIT_STACK, &stack_limit) == -1) {
441 PLOG(FATAL) << "getrlimit(RLIMIT_STACK) failed";
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 307 milliseconds

<<11121314151617