Home
last modified time | relevance | path

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

/system/core/libmemunreachable/tests/
DThreadCapture_test.cpp56 tids_.reserve(threads); in StartThreads()
61 tids_.push_back(gettid()); in StartThreads()
62 if (tids_.size() == threads) { in StartThreads()
78 cv_start_.wait(lk, [&]{ return tids_.size() == threads; }); in StartThreads()
93 tids_.clear(); in StopThreads()
97 return tids_; in tids()
121 std::vector<pid_t> tids_; member in ThreadListTest
/system/extras/simpleperf/
DInplaceSamplerClient.cpp43 : attr_(attr), pid_(pid), tids_(tids), got_start_profiling_reply_msg_(false) { in InplaceSamplerClient()
104 if (!tids_.empty()) { in SendStartProfilingMessage()
107 for (auto& tid : tids_) { in SendStartProfilingMessage()
DInplaceSamplerClient.h48 const std::set<pid_t> tids_; variable