OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rlimit_result
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/bionic/
libc_init_common.cpp
71
int
rlimit_result
= getrlimit(RLIMIT_STACK, &stack_limit);
local
72
if ((
rlimit_result
== 0) && (stack_limit.rlim_cur != RLIM_INFINITY)) {
Completed in 51 milliseconds