reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
568 for (child = 1, child_tid = tid + (1 << level); 569 child < branch_factor && child_tid < num_threads; 570 child++, child_tid += (1 << level)) { 571 kmp_info_t *child_thr = other_threads[child_tid];