Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_omp.h126 offset_and_size_t t_master_tid; // tid of master in parent team member
Dkmp_sched.cpp196 tid = th->th.th_team->t.t_master_tid; in __kmp_for_static_init()
490 team_id = team->t.t_master_tid; in __kmp_dist_for_static_init()
732 team_id = team->t.t_master_tid; in __kmp_team_static_init()
Dkmp_debugger.cpp124 offset_and_size_of(kmp_base_team_t, t_master_tid),
Dompt-specific.cpp422 *thread_num = prev_team->t.t_master_tid; in __ompt_get_task_info_internal()
Dkmp_runtime.cpp1260 serial_team->t.t_master_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_serialized_parallel()
2041 KMP_CHECK_UPDATE(team->t.t_master_tid, master_tid); in __kmp_fork_call()
2135 gtid, parent_team->t.t_id, team->t.t_master_tid, team->t.t_id, in __kmp_fork_call()
2138 (team->t.t_master_tid == 0 && in __kmp_fork_call()
2473 master_th->th.th_info.ds.ds_tid = team->t.t_master_tid; in __kmp_join_call()
2476 master_th->th.th_dispatch = &parent_team->t.t_dispatch[team->t.t_master_tid]; in __kmp_join_call()
2915 return (dd > 1) ? (0) : (team->t.t_master_tid); in __kmp_get_ancestor_thread_num()
3404 __kmp_printf(" Master TID: %2d\n", team->t.t_master_tid); in __kmp_print_structure()
4493 team->t.t_master_tid = 0; /* not needed */ in __kmp_initialize_team()
7877 return team->t.t_master_tid; in __kmp_aux_get_team_num()
Dkmp_csupport.cpp581 this_thr->th.th_info.ds.ds_tid = serial_team->t.t_master_tid; in __kmpc_end_serialized_parallel()
591 &this_thr->th.th_team->t.t_dispatch[serial_team->t.t_master_tid]; in __kmpc_end_serialized_parallel()
3312 th->th.th_info.ds.ds_tid = team->t.t_master_tid; in __kmp_swap_teams_for_teams_reduction()
Dkmp_dispatch.cpp2213 team_id = team->t.t_master_tid; in __kmp_dist_get_bounds()
Dkmp.h2704 KMP_ALIGN_CACHE int t_master_tid; // tid of master in parent team member