Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_omp.h126 offset_and_size_t t_master_tid; // tid of primary thread in parent team member
HDompd-specific.h49 OMPD_ACCESS(kmp_base_team_t, t_master_tid) \
HDkmp_debugger.cpp124 offset_and_size_of(kmp_base_team_t, t_master_tid),
HDkmp_sched.cpp207 tid = th->th.th_team->t.t_master_tid; in __kmp_for_static_init()
546 team_id = team->t.t_master_tid; in __kmp_dist_for_static_init()
814 team_id = team->t.t_master_tid; in __kmp_team_static_init()
HDompt-specific.cpp455 *thread_num = prev_team->t.t_master_tid; in __ompt_get_task_info_internal()
HDkmp_runtime.cpp1296 serial_team->t.t_master_tid = this_thr->th.th_info.ds.ds_tid; in __kmp_serialized_parallel()
2216 KMP_CHECK_UPDATE(team->t.t_master_tid, master_tid); in __kmp_fork_call()
2274 gtid, parent_team->t.t_id, team->t.t_master_tid, team->t.t_id, in __kmp_fork_call()
2277 (team->t.t_master_tid == 0 && in __kmp_fork_call()
2644 master_th->th.th_info.ds.ds_tid = team->t.t_master_tid; in __kmp_join_call()
2647 master_th->th.th_dispatch = &parent_team->t.t_dispatch[team->t.t_master_tid]; in __kmp_join_call()
3104 return (dd > 1) ? (0) : (team->t.t_master_tid); in __kmp_get_ancestor_thread_num()
3600 __kmp_printf(" Primary TID: %2d\n", team->t.t_master_tid); in __kmp_print_structure()
4756 team->t.t_master_tid = 0; /* not needed */ in __kmp_initialize_team()
8558 return team->t.t_master_tid; in __kmp_aux_get_team_num()
HDkmp_csupport.cpp729 this_thr->th.th_info.ds.ds_tid = serial_team->t.t_master_tid; in __kmpc_end_serialized_parallel()
739 &this_thr->th.th_team->t.t_dispatch[serial_team->t.t_master_tid]; in __kmpc_end_serialized_parallel()
3590 th->th.th_info.ds.ds_tid = team->t.t_master_tid; in __kmp_swap_teams_for_teams_reduction()
HDkmp_dispatch.cpp2714 team_id = team->t.t_master_tid; in __kmp_dist_get_bounds()
HDkmp.h3144 KMP_ALIGN_CACHE int t_master_tid; // tid of primary thread in parent team member