Searched refs:threadStat (Results 1 – 2 of 2) sorted by relevance
52 const std::unordered_map<pid_t, std::string>& threadStat, in populateProcPidDir() argument109 if (threadStat.find(tid) != threadStat.end()) { in populateProcPidDir()113 if (!WriteStringToFile(threadStat.at(tid), path)) { in populateProcPidDir()
39 const std::unordered_map<pid_t, std::string>& threadStat,