/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
H A D | setrlimit01.c | 73 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 D | resource.h | 4 #define RLIMIT_NPROC 8 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | resource.h | 4 #define RLIMIT_NPROC 8 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | resource.h | 4 #define RLIMIT_NPROC 8 macro
|
/third_party/musl/libc-test/src/regression/ |
H A D | pthread_atfork-errno-clobber.c | 19 t_setrlim(RLIMIT_NPROC, 0); in main()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | resource.h | 58 #define RLIMIT_NPROC 6 macro
|
/third_party/ltp/testcases/kernel/syscalls/getrlimit/ |
H A D | getrlimit01.c | 27 {RLIMIT_NPROC, "RLIMIT_NPROC"},
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | resource.h | 83 #define RLIMIT_NPROC 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | resource.h | 83 #define RLIMIT_NPROC 6 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | resource.h | 83 #define RLIMIT_NPROC 6 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | resource.h | 83 #define RLIMIT_NPROC 6 macro
|
/third_party/musl/include/sys/ |
H A D | resource.h | 83 #define RLIMIT_NPROC 6 macro
|
/third_party/toybox/toys/posix/ |
H A D | ulimit.c | 68 RLIMIT_CPU, RLIMIT_NPROC, RLIMIT_AS}; in ulimit_main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 243 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 D | mod.rs | 229 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 D | mod.rs | 205 pub const RLIMIT_NPROC: ::__rlimit_resource_t = 6; consts 226 pub const RLIMIT_NPROC: ::c_int = 6; consts
|
/third_party/python/Modules/ |
H A D | resource.c | 421 #ifdef RLIMIT_NPROC in resource_exec() 422 ADD_INT(module, RLIMIT_NPROC); in resource_exec()
|
/third_party/pulseaudio/src/daemon/ |
H A D | daemon-conf.h | 106 #ifdef RLIMIT_NPROC
|
H A D | ohos_daemon-conf.c | 118 #ifdef RLIMIT_NPROC 637 #ifdef RLIMIT_NPROC in pa_daemon_conf_load() 852 #ifdef RLIMIT_NPROC in pa_daemon_conf_dump()
|
H A D | daemon-conf.c | 118 #ifdef RLIMIT_NPROC 637 #ifdef RLIMIT_NPROC in pa_daemon_conf_load() 852 #ifdef RLIMIT_NPROC in pa_daemon_conf_dump()
|
H A D | main.c | 393 #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 D | mod.rs | 210 pub const RLIMIT_NPROC: ::__rlimit_resource_t = 7; consts
|
/third_party/rust/crates/nix/src/sys/ |
H A D | resource.rs | 121 RLIMIT_NPROC,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
H A D | types.rs | 59 /// `RLIMIT_NPROC` 60 Nproc = linux_raw_sys::general::RLIMIT_NPROC,
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
H A D | types.rs | 68 /// `RLIMIT_NPROC` 70 Nproc = c::RLIMIT_NPROC as c::c_int,
|