Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_posix.cc60 void SetFdLimit(unsigned int max_descriptors) { in SetFdLimit() argument
63 unsigned int new_limit = max_descriptors; in SetFdLimit()
64 if (limits.rlim_max > 0 && limits.rlim_max < max_descriptors) { in SetFdLimit()
Dprocess_metrics.h252 BASE_EXPORT void SetFdLimit(unsigned int max_descriptors);