Home
last modified time | relevance | path

Searched refs:RLIMIT_CPU (Results 1 – 25 of 34) sorted by relevance

12

/external/strace/xlat/
Dresources.h6 #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),
Dresources.in2 RLIMIT_CPU 0
/external/python/cpython2/Lib/test/
Dtest_resource.py106 limits = resource.getrlimit(resource.RLIMIT_CPU)
117 resource.setrlimit(resource.RLIMIT_CPU, BadSequence())
/external/mksh/src/
Drlimits.gen31 #ifdef RLIMIT_CPU
32 FN("time(cpu-seconds)", RLIMIT_CPU, 1, 't')
177 #ifdef RLIMIT_CPU
Drlimits.opt35 >t|RLIMIT_CPU
36 FN("time(cpu-seconds)", RLIMIT_CPU, 1
/external/kernel-headers/original/uapi/asm-generic/
Dresource.h16 #define RLIMIT_CPU 0 /* CPU time in sec */ macro
/external/python/cpython3/Lib/test/
Dtest_resource.py119 limits = resource.getrlimit(resource.RLIMIT_CPU)
131 resource.setrlimit(resource.RLIMIT_CPU, BadSequence())
/external/ltp/testcases/kernel/syscalls/getrlimit/
Dgetrlimit01.c39 {RLIMIT_CPU, "RLIMIT_CPU"},
/external/ltp/testcases/kernel/syscalls/setrlimit/
Dsetrlimit06.c66 TEST(setrlimit(RLIMIT_CPU, &rlim)); in verify_setrlimit()
/external/python/cpython2/Modules/
Dresource.c270 #ifdef RLIMIT_CPU in initresource()
271 PyModule_AddIntConstant(m, "RLIMIT_CPU", RLIMIT_CPU); in initresource()
/external/python/cpython3/Modules/
Dresource.c370 #ifdef RLIMIT_CPU in resource_exec()
371 ADD_INT(module, RLIMIT_CPU); in resource_exec()
/external/toybox/toys/posix/
Dulimit.c71 RLIMIT_RTTIME, RLIMIT_RTPRIO, RLIMIT_STACK, RLIMIT_CPU, RLIMIT_NPROC, in ulimit_main()
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py327 RLIMIT_CPU = 0 variable
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs128 pub const RLIMIT_CPU: ::c_int = 0; constant
/external/python/cpython2/Lib/plat-atheos/
DIN.py495 RLIMIT_CPU = 0 variable
/external/python/cpython2/Doc/library/
Dresource.rst94 .. data:: RLIMIT_CPU
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs618 pub const RLIMIT_CPU: ::c_int = 0; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs381 pub const RLIMIT_CPU: ::c_int = 0; constant
/external/python/cpython2/Lib/plat-sunos5/
DIN.py863 RLIMIT_CPU = 0 variable
DSTROPTS.py866 RLIMIT_CPU = 0 variable
/external/python/cpython3/Doc/library/
Dresource.rst125 .. data:: RLIMIT_CPU
/external/compiler-rt/test/dfsan/
Dcustom.cc435 assert(getrlimit(RLIMIT_CPU, &rlim) == 0); in test_getrlimit()
/external/minijail/linux-x86/
Dlibconstants.gen.c4042 #ifdef RLIMIT_CPU
4043 { "RLIMIT_CPU", (unsigned long) RLIMIT_CPU },
/external/llvm-project/compiler-rt/test/dfsan/
Dcustom.cpp505 assert(getrlimit(RLIMIT_CPU, &rlim) == 0); in test_getrlimit()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs532 pub const RLIMIT_CPU: ::__rlimit_resource_t = 0; constant

12