reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
593 this_thr->th.th_info.ds.ds_tid = serial_team->t.t_master_tid; 603 &this_thr->th.th_team->t.t_dispatch[serial_team->t.t_master_tid]; 3336 th->th.th_info.ds.ds_tid = team->t.t_master_tid;projects/openmp/runtime/src/kmp_dispatch.cpp
2192 team_id = team->t.t_master_tid;
projects/openmp/runtime/src/kmp_runtime.cpp1251 serial_team->t.t_master_tid = this_thr->th.th_info.ds.ds_tid; 2027 KMP_CHECK_UPDATE(team->t.t_master_tid, master_tid); 2461 master_th->th.th_info.ds.ds_tid = team->t.t_master_tid; 2464 master_th->th.th_dispatch = &parent_team->t.t_dispatch[team->t.t_master_tid]; 2903 return (dd > 1) ? (0) : (team->t.t_master_tid); 4454 team->t.t_master_tid = 0; /* not needed */ 7721 return team->t.t_master_tid;projects/openmp/runtime/src/kmp_sched.cpp
189 tid = th->th.th_team->t.t_master_tid; 481 team_id = team->t.t_master_tid; 722 team_id = team->t.t_master_tid;projects/openmp/runtime/src/ompt-specific.cpp
424 *thread_num = prev_team->t.t_master_tid;