Searched refs:RLIM_INFINITY (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
H A Dresource.h55 #ifndef RLIM_INFINITY
56 #define RLIM_INFINITY (~0UL) macro
60 #define _STK_LIM_MAX RLIM_INFINITY
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dresource.h29 #define RLIM_INFINITY 0x7fffffffUL macro
/bionic/tests/
H A Dsys_resource_test.cpp53 ASSERT_EQ(RLIM_INFINITY, l32.rlim_max);
H A Dpthread_test.cpp866 if (rl.rlim_cur == RLIM_INFINITY) {
886 rl.rlim_max = RLIM_INFINITY;
900 rl.rlim_max = RLIM_INFINITY;
/bionic/libc/bionic/
H A Dpthread_attr.cpp124 // If the current RLIMIT_STACK is RLIM_INFINITY, only admit to an 8MiB stack for sanity's sake.
125 if (stack_limit.rlim_cur == RLIM_INFINITY) {

Completed in 291 milliseconds