Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.h75 bool GetValidThreadsFromThreadString(const std::string& tid_str, std::set<pid_t>* tid_set);
Denvironment.cpp260 bool GetValidThreadsFromThreadString(const std::string& tid_str, std::set<pid_t>* tid_set) { in GetValidThreadsFromThreadString() argument
272 tid_set->insert(tid); in GetValidThreadsFromThreadString()