/external/strace/xlat/ |
D | resources.h | 6 #if defined(RLIMIT_CPU) || (defined(HAVE_DECL_RLIMIT_CPU) && HAVE_DECL_RLIMIT_CPU) 8 static_assert((RLIMIT_CPU) == (0), "RLIMIT_CPU != 0"); 11 # define RLIMIT_CPU 0 239 [RLIMIT_CPU] = XLAT(RLIMIT_CPU),
|
D | resources.in | 2 RLIMIT_CPU 0
|
/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') 177 #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 | 16 #define RLIMIT_CPU 0 /* CPU time in sec */ macro
|
/external/python/cpython3/Lib/test/ |
D | test_resource.py | 119 limits = resource.getrlimit(resource.RLIMIT_CPU) 131 resource.setrlimit(resource.RLIMIT_CPU, BadSequence())
|
/external/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit01.c | 39 {RLIMIT_CPU, "RLIMIT_CPU"},
|
/external/ltp/testcases/kernel/syscalls/setrlimit/ |
D | setrlimit06.c | 66 TEST(setrlimit(RLIMIT_CPU, &rlim)); in verify_setrlimit()
|
/external/python/cpython2/Modules/ |
D | resource.c | 270 #ifdef RLIMIT_CPU in initresource() 271 PyModule_AddIntConstant(m, "RLIMIT_CPU", RLIMIT_CPU); in initresource()
|
/external/python/cpython3/Modules/ |
D | resource.c | 370 #ifdef RLIMIT_CPU in resource_exec() 371 ADD_INT(module, RLIMIT_CPU); in resource_exec()
|
/external/toybox/toys/posix/ |
D | ulimit.c | 71 RLIMIT_RTTIME, RLIMIT_RTPRIO, RLIMIT_STACK, RLIMIT_CPU, RLIMIT_NPROC, in ulimit_main()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 327 RLIMIT_CPU = 0 variable
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 128 pub const RLIMIT_CPU: ::c_int = 0; constant
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 495 RLIMIT_CPU = 0 variable
|
/external/python/cpython2/Doc/library/ |
D | resource.rst | 94 .. data:: RLIMIT_CPU
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 618 pub const RLIMIT_CPU: ::c_int = 0; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 381 pub const RLIMIT_CPU: ::c_int = 0; constant
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 863 RLIMIT_CPU = 0 variable
|
D | STROPTS.py | 866 RLIMIT_CPU = 0 variable
|
/external/python/cpython3/Doc/library/ |
D | resource.rst | 125 .. data:: RLIMIT_CPU
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 435 assert(getrlimit(RLIMIT_CPU, &rlim) == 0); in test_getrlimit()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 4042 #ifdef RLIMIT_CPU 4043 { "RLIMIT_CPU", (unsigned long) RLIMIT_CPU },
|
/external/llvm-project/compiler-rt/test/dfsan/ |
D | custom.cpp | 505 assert(getrlimit(RLIMIT_CPU, &rlim) == 0); in test_getrlimit()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 532 pub const RLIMIT_CPU: ::__rlimit_resource_t = 0; constant
|