Searched defs:thread_comms (Results 1 – 2 of 2) sorted by relevance
276 static bool GetThreadComm(pid_t pid, std::vector<ThreadComm>* thread_comms) { in GetThreadComm()301 bool GetThreadComms(std::vector<ThreadComm>* thread_comms) { in GetThreadComms()
281 std::vector<ThreadComm> thread_comms; in DumpThreadCommAndMmaps() local