Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.h71 bool ReadThreadNameAndPid(pid_t tid, std::string* comm, pid_t* pid);
Denvironment.cpp192 bool ReadThreadNameAndPid(pid_t tid, std::string* comm, pid_t* pid) { in ReadThreadNameAndPid() function
217 return ReadThreadNameAndPid(tid, nullptr, pid); in GetProcessForThread()
221 return ReadThreadNameAndPid(tid, name, nullptr); in GetThreadName()
Dcmd_stat.cpp786 if (ReadThreadNameAndPid(tid, &info.name, &info.pid)) { in MonitorEachThread()