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

/external/chromium/chrome/browser/
H A Dbrowser_main_posix.cc164 // Sets the file descriptor soft limit to |max_descriptors| or the OS hard
166 void SetFileDescriptorLimit(unsigned int max_descriptors) { argument
169 unsigned int new_limit = max_descriptors;
170 if (limits.rlim_max > 0 && limits.rlim_max < max_descriptors) {

Completed in 62 milliseconds