Searched refs:ReadThreadNameAndPid (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/ |
D | environment.h | 76 bool ReadThreadNameAndPid(pid_t tid, std::string* comm, pid_t* pid);
|
D | environment.cpp | 137 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()
|
D | cmd_stat.cpp | 772 if (ReadThreadNameAndPid(tid, &info.name, &info.pid)) { in MonitorEachThread()
|