Searched refs:t_master_tid (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h126 offset_and_size_t t_master_tid; // tid of master in parent team member in struct:__anon3442
H A Dkmp_debugger.cpp124 offset_and_size_of(kmp_base_team_t, t_master_tid),
H A Dompt-specific.cpp424 *thread_num = prev_team->t.t_master_tid;
425 // *thread_num = team->t.t_master_tid;
H A Dkmp_sched.cpp189 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;
H A Dkmp_runtime.cpp1251 serial_team->t.t_master_tid = this_thr->th.th_info.ds.ds_tid;
2006 KMP_CHECK_UPDATE(team->t.t_master_tid, master_tid);
2100 gtid, parent_team->t.t_id, team->t.t_master_tid, team->t.t_id,
2103 (team->t.t_master_tid == 0 &&
2435 master_th->th.th_info.ds.ds_tid = team->t.t_master_tid;
2438 master_th->th.th_dispatch = &parent_team->t.t_dispatch[team->t.t_master_tid];
2877 return (dd > 1) ? (0) : (team->t.t_master_tid);
3366 __kmp_printf(" Master TID: %2d\n", team->t.t_master_tid);
4428 team->t.t_master_tid = 0; /* not needed */
7689 return team->t.t_master_tid;
[all...]
H A Dkmp_csupport.cpp578 this_thr->th.th_info.ds.ds_tid = serial_team->t.t_master_tid;
588 &this_thr->th.th_team->t.t_dispatch[serial_team->t.t_master_tid];
3321 th->th.th_info.ds.ds_tid = team->t.t_master_tid;
H A Dkmp_dispatch.cpp2193 team_id = team->t.t_master_tid;
H A Dkmp.h2615 KMP_ALIGN_CACHE int t_master_tid; // tid of master in parent team member in struct:kmp_base_team

Completed in 108 milliseconds