Searched refs:tids_ (Results 1 – 3 of 3) sorted by relevance
56 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
43 : 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()
48 const std::set<pid_t> tids_; variable