Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/qps/
Dinterarrival.h87 thread_posns_.push_back(random_table_.begin() + (entries * i) / threads);
93 auto ret = *(thread_posns_[thread_num]++); in next()
94 if (thread_posns_[thread_num] == random_table_.end()) in next()
95 thread_posns_[thread_num] = random_table_.begin(); in next()
101 std::vector<time_table::const_iterator> thread_posns_; variable