Home
last modified time | relevance | path

Searched refs:RLIMIT_NPROC (Results 1 - 25 of 51) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/setrlimit/
H A Dsetrlimit01.c73 if ((setrlimit(RLIMIT_NPROC, &save_rlim)) == -1) { in main()
75 "RLIMIT_NPROC, errno = %d", errno); in main()
192 * test3 - Test for RLIMIT_NPROC
196 SAFE_GETRLIMIT(cleanup, RLIMIT_NPROC, &save_rlim); in test3()
201 TEST(setrlimit(RLIMIT_NPROC, &rlim)); in test3()
205 "RLIMIT_NPROC, errno = %d", errno); in test3()
209 if ((getrlimit(RLIMIT_NPROC, &rlim1)) == -1) { in test3()
211 "values for RLIMIT_NPROC, errno = %d", errno); in test3()
233 tst_resm(TFAIL, "RLIMIT_NPROC functionality is not correct"); in test3()
235 tst_resm(TPASS, "RLIMIT_NPROC functionalit in test3()
[all...]
/third_party/musl/arch/mips/bits/
H A Dresource.h4 #define RLIMIT_NPROC 8 macro
/third_party/musl/arch/mips64/bits/
H A Dresource.h4 #define RLIMIT_NPROC 8 macro
/third_party/musl/arch/mipsn32/bits/
H A Dresource.h4 #define RLIMIT_NPROC 8 macro
/third_party/musl/libc-test/src/regression/
H A Dpthread_atfork-errno-clobber.c19 t_setrlim(RLIMIT_NPROC, 0); in main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dresource.h58 #define RLIMIT_NPROC 6 macro
/third_party/ltp/testcases/kernel/syscalls/getrlimit/
H A Dgetrlimit01.c27 {RLIMIT_NPROC, "RLIMIT_NPROC"},
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dresource.h83 #define RLIMIT_NPROC 6 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dresource.h83 #define RLIMIT_NPROC 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dresource.h83 #define RLIMIT_NPROC 6 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dresource.h83 #define RLIMIT_NPROC 6 macro
/third_party/musl/include/sys/
H A Dresource.h83 #define RLIMIT_NPROC 6 macro
/third_party/toybox/toys/posix/
H A Dulimit.c68 RLIMIT_CPU, RLIMIT_NPROC, RLIMIT_AS}; in ulimit_main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs243 pub const RLIMIT_NPROC: ::__rlimit_resource_t = 6; consts
263 pub const RLIMIT_NPROC: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs229 pub const RLIMIT_NPROC: ::__rlimit_resource_t = 8; consts
249 pub const RLIMIT_NPROC: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs205 pub const RLIMIT_NPROC: ::__rlimit_resource_t = 6; consts
226 pub const RLIMIT_NPROC: ::c_int = 6; consts
/third_party/python/Modules/
H A Dresource.c421 #ifdef RLIMIT_NPROC in resource_exec()
422 ADD_INT(module, RLIMIT_NPROC); in resource_exec()
/third_party/pulseaudio/src/daemon/
H A Ddaemon-conf.h106 #ifdef RLIMIT_NPROC
H A Dohos_daemon-conf.c118 #ifdef RLIMIT_NPROC
637 #ifdef RLIMIT_NPROC in pa_daemon_conf_load()
852 #ifdef RLIMIT_NPROC in pa_daemon_conf_dump()
H A Ddaemon-conf.c118 #ifdef RLIMIT_NPROC
637 #ifdef RLIMIT_NPROC in pa_daemon_conf_load()
852 #ifdef RLIMIT_NPROC in pa_daemon_conf_dump()
H A Dmain.c393 #ifdef RLIMIT_NPROC in set_all_rlimits()
394 set_one_rlimit(&conf->rlimit_nproc, RLIMIT_NPROC, "RLIMIT_NPROC"); in set_all_rlimits()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs210 pub const RLIMIT_NPROC: ::__rlimit_resource_t = 7; consts
/third_party/rust/crates/nix/src/sys/
H A Dresource.rs121 RLIMIT_NPROC,
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
H A Dtypes.rs59 /// `RLIMIT_NPROC`
60 Nproc = linux_raw_sys::general::RLIMIT_NPROC,
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dtypes.rs68 /// `RLIMIT_NPROC`
70 Nproc = c::RLIMIT_NPROC as c::c_int,

Completed in 13 milliseconds

123