Searched refs:ReadThreadNameAndPid (Results 1 – 1 of 1) sorted by relevance
225 static bool ReadThreadNameAndPid(pid_t tid, std::string* comm, pid_t* pid) { in ReadThreadNameAndPid() function250 return ReadThreadNameAndPid(tid, nullptr, pid); in GetProcessForThread()254 return ReadThreadNameAndPid(tid, name, nullptr); in GetThreadName()