/third_party/mksh/ |
D | ulimit.c | 40 #ifdef RLIMIT_AS 41 #if !defined(RLIMIT_VMEM) || (RLIMIT_VMEM == RLIMIT_AS) || \ 45 #if !defined(RLIMIT_RSS) || (RLIMIT_RSS == RLIMIT_AS) 61 #if defined(ULIMIT_M_IS_RSS) && defined(RLIMIT_AS) && \ 62 !defined(__APPLE__) && (RLIMIT_RSS == RLIMIT_AS) 68 #if !defined(RLIMIT_AS) && !defined(ULIMIT_M_IS_VMEM) && defined(RLIMIT_VMEM) 73 (!defined(RLIMIT_RSS) || (defined(RLIMIT_AS) && (RLIMIT_RSS == RLIMIT_AS))) 77 #if defined(ULIMIT_M_IS_VMEM) && defined(RLIMIT_AS) && \ 78 (RLIMIT_VMEM == RLIMIT_AS)
|
/third_party/python/Lib/test/ |
D | test_resource.py | 156 -1, resource.RLIMIT_AS) 157 limit = resource.getrlimit(resource.RLIMIT_AS) 158 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS), limit) 159 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS, limit), 172 limits = resource.getrlimit(resource.RLIMIT_AS) 173 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS, BadSeq()),
|
/third_party/ltp/testcases/kernel/mem/tunable/ |
D | overcommit_memory.c | 108 SAFE_GETRLIMIT(RLIMIT_AS, &lim); in setup() 116 SAFE_SETRLIMIT(RLIMIT_AS, &lim); in setup()
|
/third_party/musl/arch/mips/bits/ |
D | resource.h | 2 #define RLIMIT_AS 6 macro
|
/third_party/musl/arch/mips64/bits/ |
D | resource.h | 2 #define RLIMIT_AS 6 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | resource.h | 2 #define RLIMIT_AS 6 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 208 pub const RLIMIT_AS: ::__rlimit_resource_t = 9; constant 229 pub const RLIMIT_AS: ::c_int = 9; constant
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | resource.h | 61 #define RLIMIT_AS 9 macro
|
/third_party/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit01.c | 30 {RLIMIT_AS, "RLIMIT_AS"},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 227 pub const RLIMIT_AS: ::__rlimit_resource_t = 6; constant 247 pub const RLIMIT_AS: ::c_int = 6; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 246 pub const RLIMIT_AS: ::__rlimit_resource_t = 9; constant 266 pub const RLIMIT_AS: ::c_int = 9; constant
|
/third_party/musl/libc-test/src/api/ |
D | sys_resource.c | 34 C(RLIMIT_AS) in f()
|
/third_party/libunwind/libunwind/tests/ |
D | test-mem.c | 99 setrlimit (RLIMIT_AS, &rlim); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/ |
D | 4-1.c | 70 rc |= setrlimit(RLIMIT_AS, &rl); in child()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | resource.h | 86 #define RLIMIT_AS 9 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | resource.h | 86 #define RLIMIT_AS 9 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | resource.h | 86 #define RLIMIT_AS 9 macro
|
/third_party/musl/include/sys/ |
D | resource.h | 86 #define RLIMIT_AS 9 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | resource.h | 86 #define RLIMIT_AS 9 macro
|
/third_party/python/Modules/ |
D | resource.c | 411 #ifdef RLIMIT_AS in resource_exec() 412 ADD_INT(module, RLIMIT_AS); in resource_exec()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 24-2.c | 63 if (getrlimit(RLIMIT_AS, &rlim) == -1) { in main()
|
/third_party/toybox/toys/posix/ |
D | ulimit.c | 68 RLIMIT_CPU, RLIMIT_NPROC, RLIMIT_AS}; in ulimit_main()
|
/third_party/pulseaudio/src/daemon/ |
D | daemon-conf.h | 103 #ifdef RLIMIT_AS
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/ |
D | shell_unix.go | 58 …if err := syscall.Setrlimit(syscall.RLIMIT_AS, &syscall.Rlimit{Cur: limit, Max: limit}); err != ni…
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
D | 5-1.c | 152 if ((ret = setrlimit(RLIMIT_AS, &rl))) { in main()
|