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

/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp108 struct rlimit limit_struct; local
109 limit_struct.rlim_cur = 0;
110 limit_struct.rlim_max = 0;
111 if (getrlimit(RLIMIT_NOFILE, &limit_struct) == 0) {
112 limit_struct.rlim_cur = limit_struct.rlim_max;
113 if (setrlimit(RLIMIT_NOFILE, &limit_struct) != 0) {

Completed in 116 milliseconds