Searched refs:tid_str (Results 1 - 2 of 2) sorted by relevance

/system/extras/simpleperf/
H A Denvironment.h68 bool GetValidThreadsFromThreadString(const std::string& tid_str, std::set<pid_t>* tid_set);
H A Denvironment.cpp389 bool GetValidThreadsFromThreadString(const std::string& tid_str, std::set<pid_t>* tid_set) { argument
390 std::vector<std::string> strs = android::base::Split(tid_str, ",");

Completed in 59 milliseconds