Home
last modified time | relevance | path

Searched refs:RLIMIT_STACK (Results 1 - 25 of 58) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dprlimit.c32 int ret = prlimit(getpid(), RLIMIT_STACK, &new_limit, NULL); in prlimit_0100()
34 ret = prlimit(getpid(), RLIMIT_STACK, NULL, &old_limit); in prlimit_0100()
54 ret = prlimit(getpid(), RLIMIT_STACK, &new_limit, NULL); in prlimit_0200()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dresource.h54 #define RLIMIT_STACK 3 macro
/third_party/ltp/testcases/kernel/syscalls/setrlimit/
H A Dsetrlimit04.c34 SAFE_SETRLIMIT(RLIMIT_STACK, &rlim); in test_setrlimit()
/third_party/ltp/testcases/kernel/syscalls/getrlimit/
H A Dgetrlimit01.c24 {RLIMIT_STACK, "RLIMIT_STACK"},
/third_party/musl/libc-test/src/functional/
H A Dsscanf_long.c19 t_setrlim(RLIMIT_STACK, 100*1024); in main()
/third_party/musl/libc-test/src/api/
H A Dsys_resource.c33 C(RLIMIT_STACK) in f()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dresource.h79 #define RLIMIT_STACK 3 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dresource.h79 #define RLIMIT_STACK 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dresource.h79 #define RLIMIT_STACK 3 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dresource.h79 #define RLIMIT_STACK 3 macro
/third_party/musl/include/sys/
H A Dresource.h79 #define RLIMIT_STACK 3 macro
/third_party/musl/libc-test/src/common/
H A Druntest.c23 t_setrlim(RLIMIT_STACK, 100*1024); in start()
/third_party/toybox/toys/posix/
H A Dulimit.c67 RLIMIT_MSGQUEUE, RLIMIT_RTTIME, RLIMIT_RTPRIO, RLIMIT_STACK, in ulimit_main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs240 pub const RLIMIT_STACK: ::__rlimit_resource_t = 3; consts
260 pub const RLIMIT_STACK: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs224 pub const RLIMIT_STACK: ::__rlimit_resource_t = 3; consts
244 pub const RLIMIT_STACK: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs202 pub const RLIMIT_STACK: ::__rlimit_resource_t = 3; consts
223 pub const RLIMIT_STACK: ::c_int = 3; consts
/third_party/python/Modules/
H A Dresource.c393 #ifdef RLIMIT_STACK in resource_exec()
394 ADD_INT(module, RLIMIT_STACK); in resource_exec()
/third_party/ltp/testcases/kernel/mem/thp/
H A Dthp01.c129 SAFE_SETRLIMIT(RLIMIT_STACK, &rl); in setup()
/third_party/ltp/testcases/kernel/syscalls/mincore/
H A Dmincore01.c123 if (setrlimit(RLIMIT_STACK, &limit) != 0) in setup2()
/third_party/libunwind/libunwind/tests/
H A DGperf-simple.c239 setrlimit (RLIMIT_STACK, &rlim); in main()
H A DGperf-trace.c225 setrlimit (RLIMIT_STACK, &rlim); in main()
/third_party/libuv/test/
H A Dtest-thread.c231 ASSERT_OK(getrlimit(RLIMIT_STACK, &lim)); in thread_check_stack()
/third_party/ltp/testcases/cve/
H A Dstack_clash.c222 SAFE_SETRLIMIT(RLIMIT_STACK, &rlimit); in do_child()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs206 pub const RLIMIT_STACK: ::__rlimit_resource_t = 3; consts
/third_party/rust/crates/nix/src/sys/
H A Dresource.rs75 RLIMIT_STACK,

Completed in 11 milliseconds

123