reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
817 while (d < thr_bar->depth) { // find parent based on level of thread in 820 if (d == thr_bar->depth - 2) { // reached level right below the master 822 thr_bar->my_level = d; 824 } else if ((rem = tid % thr_bar->skip_per_level[d + 1]) != 828 thr_bar->my_level = d; 831 ++d;