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

/external/chromium_org/base/process/
H A Dprocess_metrics_posix.cc56 void SetFdLimit(unsigned int max_descriptors) { argument
59 unsigned int new_limit = max_descriptors;
60 if (limits.rlim_max > 0 && limits.rlim_max < max_descriptors) {
H A Dprocess_metrics_ios.cc64 void SetFdLimit(unsigned int max_descriptors) { argument

Completed in 72 milliseconds