Home | History | Annotate | Download | only in base

Lines Matching full:rlim_t

289   static const rlim_t kSystemDefaultMaxFds = 8192;
292 static const rlim_t kSystemDefaultMaxFds = 256;
295 static const rlim_t kSystemDefaultMaxFds = 8192;
298 static const rlim_t kSystemDefaultMaxFds = 8192;
301 static const rlim_t kSystemDefaultMaxFds = 256;
311 rlim_t max_fds;
327 for (rlim_t i = 0; i < max_fds; ++i) {