Searched refs:RLIMIT_CPU (Results 1 – 16 of 16) sorted by relevance
/external/strace/xlat/ |
D | resources.h | 17 #if defined(RLIMIT_CPU) || (defined(HAVE_DECL_RLIMIT_CPU) && HAVE_DECL_RLIMIT_CPU) 18 XLAT(RLIMIT_CPU),
|
D | resources.in | 3 RLIMIT_CPU
|
/external/python/cpython2/Lib/test/ |
D | test_resource.py | 106 limits = resource.getrlimit(resource.RLIMIT_CPU) 117 resource.setrlimit(resource.RLIMIT_CPU, BadSequence())
|
/external/mksh/src/ |
D | rlimits.gen | 31 #ifdef RLIMIT_CPU 32 FN("time(cpu-seconds)", RLIMIT_CPU, 1, 't') 168 #ifdef RLIMIT_CPU
|
D | rlimits.opt | 35 >t|RLIMIT_CPU 36 FN("time(cpu-seconds)", RLIMIT_CPU, 1
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | resource.h | 15 #define RLIMIT_CPU 0 /* CPU time in sec */ macro
|
/external/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit01.c | 39 {RLIMIT_CPU, "RLIMIT_CPU"},
|
/external/python/cpython2/Modules/ |
D | resource.c | 270 #ifdef RLIMIT_CPU in initresource() 271 PyModule_AddIntConstant(m, "RLIMIT_CPU", RLIMIT_CPU); in initresource()
|
/external/toybox/toys/posix/ |
D | ulimit.c | 67 RLIMIT_CPU, RLIMIT_NPROC, RLIMIT_AS}; in ulimit_main()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 327 RLIMIT_CPU = 0 variable
|
/external/python/cpython2/Doc/library/ |
D | resource.rst | 94 .. data:: RLIMIT_CPU
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 495 RLIMIT_CPU = 0 variable
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 649 #define VKI_RLIMIT_CPU RLIMIT_CPU
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 863 RLIMIT_CPU = 0 variable
|
D | STROPTS.py | 866 RLIMIT_CPU = 0 variable
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 435 assert(getrlimit(RLIMIT_CPU, &rlim) == 0); in test_getrlimit()
|