Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/daemon/
Dcpulimit.c99 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/
Drlimits.gen31 #ifdef RLIMIT_CPU
32 FN("time(cpu-seconds)", RLIMIT_CPU, 1, 't')
168 #ifdef RLIMIT_CPU
Drlimits.opt37 >t|RLIMIT_CPU
38 FN("time(cpu-seconds)", RLIMIT_CPU, 1
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dresource.h51 #define RLIMIT_CPU 0 macro
/third_party/python/Lib/test/
Dtest_resource.py121 limits = resource.getrlimit(resource.RLIMIT_CPU)
133 resource.setrlimit(resource.RLIMIT_CPU, BadSequence())
/third_party/ltp/testcases/kernel/syscalls/getrlimit/
Dgetrlimit01.c21 {RLIMIT_CPU, "RLIMIT_CPU"},
/third_party/musl/libc-test/src/api/
Dsys_resource.c29 C(RLIMIT_CPU) in f()
/third_party/ltp/testcases/kernel/syscalls/setrlimit/
Dsetrlimit06.c66 TEST(setrlimit(RLIMIT_CPU, &rlim)); in verify_setrlimit()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dresource.h76 #define RLIMIT_CPU 0 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dresource.h76 #define RLIMIT_CPU 0 macro
/third_party/musl/include/sys/
Dresource.h76 #define RLIMIT_CPU 0 macro
/third_party/musl/ndk_musl_include/sys/
Dresource.h76 #define RLIMIT_CPU 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dresource.h76 #define RLIMIT_CPU 0 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dresource.h76 #define RLIMIT_CPU 0 macro
/third_party/toybox/toys/posix/
Dulimit.c68 RLIMIT_CPU, RLIMIT_NPROC, RLIMIT_AS}; in ulimit_main()
/third_party/python/Modules/
Dresource.c379 #ifdef RLIMIT_CPU in resource_exec()
380 ADD_INT(module, RLIMIT_CPU); in resource_exec()
/third_party/boost/tools/build/src/engine/
Dexecunix.cpp293 setrlimit( RLIMIT_CPU, &r_limit ); in exec_cmd()
/third_party/node/src/
Dnode_report.cc701 {"cpu_time_seconds", RLIMIT_CPU}, in PrintSystemInformation()
/third_party/python/Doc/library/
Dresource.rst125 .. data:: RLIMIT_CPU
/third_party/eudev/src/shared/
Dutil.c1409 [RLIMIT_CPU] = "LimitCPU",
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst1000 RLIMIT_CPU.
/third_party/ffmpeg/fftools/
Dcmdutils.c1076 if (setrlimit(RLIMIT_CPU, &rl)) in opt_timelimit()