Home
last modified time | relevance | path

Searched refs:GetThreadName (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Denvironment.h78 bool GetThreadName(pid_t tid, std::string* name);
DMapRecordReader.cpp85 if (tid != pid && GetThreadName(tid, &name)) { in ReadProcessMaps()
Dcmd_stat.cpp837 if (GetThreadName(tid, &info.name)) { in MonitorEachThread()
Denvironment.cpp166 bool GetThreadName(pid_t tid, std::string* name) { in GetThreadName() function