Home
last modified time | relevance | path

Searched refs:ReadThreadNameAndPid (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Denvironment.h76 bool ReadThreadNameAndPid(pid_t tid, std::string* comm, pid_t* pid);
Denvironment.cpp137 bool ReadThreadNameAndPid(pid_t tid, std::string* comm, pid_t* pid) { in ReadThreadNameAndPid() function
162 return ReadThreadNameAndPid(tid, nullptr, pid); in GetProcessForThread()
166 return ReadThreadNameAndPid(tid, name, nullptr); in GetThreadName()
Dcmd_stat.cpp772 if (ReadThreadNameAndPid(tid, &info.name, &info.pid)) { in MonitorEachThread()