Searched refs:RLIMIT_CPU (Results 1 – 22 of 22) sorted by relevance
/third_party/pulseaudio/src/daemon/ |
D | cpulimit.c | 99 pa_assert_se(getrlimit(RLIMIT_CPU, &rl) >= 0); in reset_cpu_time() 102 pa_assert_se(setrlimit(RLIMIT_CPU, &rl) >= 0); in reset_cpu_time()
|
/third_party/mksh/ |
D | rlimits.gen | 31 #ifdef RLIMIT_CPU 32 FN("time(cpu-seconds)", RLIMIT_CPU, 1, 't') 168 #ifdef RLIMIT_CPU
|
D | rlimits.opt | 37 >t|RLIMIT_CPU 38 FN("time(cpu-seconds)", RLIMIT_CPU, 1
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | resource.h | 51 #define RLIMIT_CPU 0 macro
|
/third_party/python/Lib/test/ |
D | test_resource.py | 121 limits = resource.getrlimit(resource.RLIMIT_CPU) 133 resource.setrlimit(resource.RLIMIT_CPU, BadSequence())
|
/third_party/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit01.c | 21 {RLIMIT_CPU, "RLIMIT_CPU"},
|
/third_party/musl/libc-test/src/api/ |
D | sys_resource.c | 29 C(RLIMIT_CPU) in f()
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
D | setrlimit06.c | 66 TEST(setrlimit(RLIMIT_CPU, &rlim)); in verify_setrlimit()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | resource.h | 76 #define RLIMIT_CPU 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | resource.h | 76 #define RLIMIT_CPU 0 macro
|
/third_party/musl/include/sys/ |
D | resource.h | 76 #define RLIMIT_CPU 0 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | resource.h | 76 #define RLIMIT_CPU 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | resource.h | 76 #define RLIMIT_CPU 0 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | resource.h | 76 #define RLIMIT_CPU 0 macro
|
/third_party/toybox/toys/posix/ |
D | ulimit.c | 68 RLIMIT_CPU, RLIMIT_NPROC, RLIMIT_AS}; in ulimit_main()
|
/third_party/python/Modules/ |
D | resource.c | 379 #ifdef RLIMIT_CPU in resource_exec() 380 ADD_INT(module, RLIMIT_CPU); in resource_exec()
|
/third_party/boost/tools/build/src/engine/ |
D | execunix.cpp | 293 setrlimit( RLIMIT_CPU, &r_limit ); in exec_cmd()
|
/third_party/node/src/ |
D | node_report.cc | 701 {"cpu_time_seconds", RLIMIT_CPU}, in PrintSystemInformation()
|
/third_party/python/Doc/library/ |
D | resource.rst | 125 .. data:: RLIMIT_CPU
|
/third_party/eudev/src/shared/ |
D | util.c | 1409 [RLIMIT_CPU] = "LimitCPU",
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a4.rst | 1000 RLIMIT_CPU.
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 1076 if (setrlimit(RLIMIT_CPU, &rl)) in opt_timelimit()
|