Searched refs:nproc_str (Results 1 – 1 of 1) sorted by relevance
195 const char* nproc_str = std::getenv("NPROC"); in DefaultThreadPoolSize() local197 if (nproc_str && absl::SimpleAtoi(nproc_str, &nproc)) { in DefaultThreadPoolSize()