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

/art/runtime/
H A Dthread.cc439 rlimit stack_limit; local
440 if (getrlimit(RLIMIT_STACK, &stack_limit) == -1) {
443 if (stack_limit.rlim_cur == RLIM_INFINITY) {

Completed in 46 milliseconds