reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
189 tid = th->th.th_team->t.t_master_tid; 192 tid = __kmp_tid_from_gtid(global_tid); 294 if (tid < trip_count) { 295 *pupper = *plower = *plower + tid * incr; 300 *plastiter = (tid == trip_count - 1); 305 *plower += incr * (tid * small_chunk + (tid < extras ? tid : extras)); 305 *plower += incr * (tid * small_chunk + (tid < extras ? tid : extras)); 305 *plower += incr * (tid * small_chunk + (tid < extras ? tid : extras)); 306 *pupper = *plower + small_chunk * incr - (tid < extras ? 0 : incr); 308 *plastiter = (tid == nth - 1); 317 *plower += tid * big_chunk_inc_count; 346 *plower = *plower + (span * tid); 349 *plastiter = (tid == ((trip_count - 1) / (UT)chunk) % nth); 361 *plower = *plower + (span * tid); 370 *plastiter = (tid == ((trip_count - 1) / (UT)chunk)); 380 if (KMP_MASTER_TID(tid) && __itt_metadata_add_ptr &&