/third_party/mksh/ |
H A 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) [all...] |
/third_party/python/Lib/test/ |
H A D | test_resource.py | 157 -1, resource.RLIMIT_AS) 158 limit = resource.getrlimit(resource.RLIMIT_AS) 159 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS), limit) 160 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS, limit), 173 limits = resource.getrlimit(resource.RLIMIT_AS) 174 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS, BadSeq()),
|
/third_party/ltp/testcases/kernel/mem/tunable/ |
H A 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/ |
H A D | resource.h | 2 #define RLIMIT_AS 6 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | resource.h | 2 #define RLIMIT_AS 6 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | resource.h | 2 #define RLIMIT_AS 6 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | resource.h | 61 #define RLIMIT_AS 9 macro
|
/third_party/ltp/testcases/kernel/syscalls/getrlimit/ |
H A D | getrlimit01.c | 30 {RLIMIT_AS, "RLIMIT_AS"},
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-mem.c | 99 setrlimit (RLIMIT_AS, &rlim); in main()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_resource.c | 34 C(RLIMIT_AS) in f()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | resource.h | 86 #define RLIMIT_AS 9 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | resource.h | 86 #define RLIMIT_AS 9 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | resource.h | 86 #define RLIMIT_AS 9 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | resource.h | 86 #define RLIMIT_AS 9 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/ |
H A D | 4-1.c | 70 rc |= setrlimit(RLIMIT_AS, &rl); in child()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 24-2.c | 17 * rlim_cur of resource RLIMIT_AS, setting MAP_FIXED; 63 if (getrlimit(RLIMIT_AS, &rlim) == -1) { in main()
|
/third_party/musl/include/sys/ |
H A D | resource.h | 86 #define RLIMIT_AS 9 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 | 246 pub const RLIMIT_AS: ::__rlimit_resource_t = 9; consts 266 pub const RLIMIT_AS: ::c_int = 9; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 227 pub const RLIMIT_AS: ::__rlimit_resource_t = 6; consts 247 pub const RLIMIT_AS: ::c_int = 6; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 208 pub const RLIMIT_AS: ::__rlimit_resource_t = 9; consts 229 pub const RLIMIT_AS: ::c_int = 9; consts
|
/third_party/python/Modules/ |
H A D | resource.c | 413 #ifdef RLIMIT_AS in resource_exec() 414 ADD_INT(module, RLIMIT_AS); in resource_exec()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
H A D | 5-1.c | 152 if ((ret = setrlimit(RLIMIT_AS, &rl))) { in main()
|
/third_party/pulseaudio/src/daemon/ |
H A D | daemon-conf.h | 103 #ifdef RLIMIT_AS
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/ |
H A D | shell_unix.go | 58 if err := syscall.Setrlimit(syscall.RLIMIT_AS, &syscall.Rlimit{Cur: limit, Max: limit}); err != nil {
|