Home | History | Annotate | Download | only in parallel

Lines Matching refs:iam

158   *  @param iam Number of the thread processing this function.
166 thread_index_t iam, thread_index_t num_threads,
177 tls[iam]->initial.first = begin;
178 tls[iam]->initial.second = end;
180 qsb_local_sort_with_helping(tls, comp, iam, parent_wait);
197 *tls[iam]->elements_leftover -= (difference_type)1;
213 iam,
222 iam + num_threads_leftside,
235 * @param iam Number of the thread processing this function.
240 Comparator& comp, int iam, bool wait)
247 QSBThreadLocal<RandomAccessIterator>& tl = *tls[iam];
256 random_number rng(iam + 1);
381 successfully_stolen = (victim != iam)