Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.cpp225 static bool ReadThreadNameAndPid(pid_t tid, std::string* comm, pid_t* pid) { in ReadThreadNameAndPid() function
250 return ReadThreadNameAndPid(tid, nullptr, pid); in GetProcessForThread()
254 return ReadThreadNameAndPid(tid, name, nullptr); in GetThreadName()