Home
last modified time | relevance | path

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

/system/extras/simpleperf/nonlinux_support/
Dnonlinux_support.cpp38 bool ReadThreadNameAndPid(pid_t, std::string*, pid_t*) { in ReadThreadNameAndPid() function
/system/extras/simpleperf/
Denvironment.h76 bool ReadThreadNameAndPid(pid_t tid, std::string* comm, pid_t* pid);
Denvironment.cpp146 bool ReadThreadNameAndPid(pid_t tid, std::string* comm, pid_t* pid) { in ReadThreadNameAndPid() function
171 return ReadThreadNameAndPid(tid, nullptr, pid); in GetProcessForThread()
175 return ReadThreadNameAndPid(tid, name, nullptr); in GetThreadName()
DBranchListFile.cpp174 if (ReadThreadNameAndPid(tid, &comm, &pid)) { in FindThreadFromProc()
Dcmd_stat.cpp896 if (ReadThreadNameAndPid(tid, &info.name, &info.pid)) { in MonitorEachThread()