HomeSort by relevance Sort by last modified time
    Searched refs:RLIMIT_CPU (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /bionic/libc/kernel/uapi/asm-generic/
resource.h 21 #define RLIMIT_CPU 0
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 16 #define RLIMIT_CPU 0 /* CPU time in sec */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
resource.h 15 #define RLIMIT_CPU 0 /* CPU time in sec */
  /external/mksh/src/
rlimits.opt 35 >t|RLIMIT_CPU
36 FN("time(cpu-seconds)", RLIMIT_CPU, 1
rlimits.gen 31 #ifdef RLIMIT_CPU
32 FN("time(cpu-seconds)", RLIMIT_CPU, 1, 't')
168 #ifdef RLIMIT_CPU
  /external/strace/xlat/
resources.h 17 #if defined(RLIMIT_CPU) || (defined(HAVE_DECL_RLIMIT_CPU) && HAVE_DECL_RLIMIT_CPU)
18 XLAT(RLIMIT_CPU),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h 36 RLIMIT_CPU = 0,
37 #define RLIMIT_CPU RLIMIT_CPU
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h 36 RLIMIT_CPU = 0,
37 #define RLIMIT_CPU RLIMIT_CPU
  /bionic/tests/headers/posix/
sys_resource_h.c 58 MACRO(RLIMIT_CPU);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
resource.h 85 #define RLIMIT_CPU 0 /* cpu time in milliseconds */
  /external/ltp/testcases/kernel/syscalls/getrlimit/
getrlimit01.c 39 {RLIMIT_CPU, "RLIMIT_CPU"},
  /external/python/cpython2/Lib/test/
test_resource.py 106 limits = resource.getrlimit(resource.RLIMIT_CPU)
108 self.skipTest('RLIMIT_CPU not available')
117 resource.setrlimit(resource.RLIMIT_CPU, BadSequence())
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_resource.py 109 limits = resource.getrlimit(resource.RLIMIT_CPU)
121 resource.setrlimit(resource.RLIMIT_CPU, BadSequence())
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_resource.py 109 limits = resource.getrlimit(resource.RLIMIT_CPU)
121 resource.setrlimit(resource.RLIMIT_CPU, BadSequence())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_resource.py 109 limits = resource.getrlimit(resource.RLIMIT_CPU)
121 resource.setrlimit(resource.RLIMIT_CPU, BadSequence())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_resource.py 109 limits = resource.getrlimit(resource.RLIMIT_CPU)
121 resource.setrlimit(resource.RLIMIT_CPU, BadSequence())
  /external/toybox/toys/posix/
ulimit.c 67 RLIMIT_CPU, RLIMIT_NPROC, RLIMIT_AS};
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 253 #ifdef RLIMIT_CPU
254 PyModule_AddIntConstant(m, "RLIMIT_CPU", RLIMIT_CPU);
  /external/python/cpython2/Modules/
resource.c 270 #ifdef RLIMIT_CPU
271 PyModule_AddIntConstant(m, "RLIMIT_CPU", RLIMIT_CPU);
  /external/python/cpython3/Lib/test/
test_resource.py 116 limits = resource.getrlimit(resource.RLIMIT_CPU)
128 resource.setrlimit(resource.RLIMIT_CPU, BadSequence())
  /external/python/cpython3/Modules/
resource.c 333 #ifdef RLIMIT_CPU
334 PyModule_AddIntMacro(m, RLIMIT_CPU);
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 327 RLIMIT_CPU = 0
  /external/python/cpython2/Lib/plat-atheos/
IN.py 495 RLIMIT_CPU = 0
  /external/compiler-rt/test/dfsan/
custom.cc 435 assert(getrlimit(RLIMIT_CPU, &rlim) == 0);
  /external/valgrind/include/vki/
vki-darwin.h 649 #define VKI_RLIMIT_CPU RLIMIT_CPU

Completed in 632 milliseconds

1 2 3 4