Searched refs:thread_posns_ (Results 1 – 1 of 1) sorted by relevance
88 thread_posns_.push_back(random_table_.begin() + (entries * i) / threads);94 auto ret = *(thread_posns_[thread_num]++); in next()95 if (thread_posns_[thread_num] == random_table_.end()) in next()96 thread_posns_[thread_num] = random_table_.begin(); in next()102 std::vector<time_table::const_iterator> thread_posns_; variable