Searched refs:threadTimeInState (Results 1 – 2 of 2) sorted by relevance
53 const std::unordered_map<pid_t, std::string>& threadTimeInState) { in populateProcPidDir() argument117 if (threadTimeInState.find(tid) != threadTimeInState.end()) { in populateProcPidDir()122 if (!WriteStringToFile(threadTimeInState.at(tid), path)) { in populateProcPidDir()
40 const std::unordered_map<pid_t, std::string>& threadTimeInState);