Searched refs:thread_comms (Results 1 – 3 of 3) sorted by relevance
276 static bool GetThreadComm(pid_t pid, std::vector<ThreadComm>* thread_comms) { in GetThreadComm() argument296 thread_comms->push_back(thread); in GetThreadComm()301 bool GetThreadComms(std::vector<ThreadComm>* thread_comms) { in GetThreadComms() argument302 thread_comms->clear(); in GetThreadComms()310 if (!GetThreadComm(pid, thread_comms)) { in GetThreadComms()
281 std::vector<ThreadComm> thread_comms; in DumpThreadCommAndMmaps() local282 if (!GetThreadComms(&thread_comms)) { in DumpThreadCommAndMmaps()286 for (auto& thread : thread_comms) { in DumpThreadCommAndMmaps()
51 bool GetThreadComms(std::vector<ThreadComm>* thread_comms);