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

/bionic/libc/bionic/
H A Dpthread_attr.cpp150 rlimit stack_limit; local
151 if (getrlimit(RLIMIT_STACK, &stack_limit) == -1) {
156 if (stack_limit.rlim_cur == RLIM_INFINITY) {
157 stack_limit.rlim_cur = 8 * 1024 * 1024;
173 *stack_size = stack_limit.rlim_cur;

Completed in 466 milliseconds