Home
last modified time | relevance | path

Searched refs:th_team (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp55 kmp_team *team = thr->th.th_team; in __ompt_get_teaminfo()
278 thr->th.th_team->t.t_serialized > in __ompt_lw_taskteam_link()
293 thr->th.th_team->t.ompt_serialized_team_info; in __ompt_lw_taskteam_link()
295 thr->th.th_team->t.ompt_serialized_team_info = link_lwt; in __ompt_lw_taskteam_link()
319 ompt_lw_taskteam_t *lwtask = thr->th.th_team->t.ompt_serialized_team_info; in __ompt_lw_taskteam_unlink()
329 thr->th.th_team->t.ompt_serialized_team_info = lwtask->parent; in __ompt_lw_taskteam_unlink()
378 kmp_team *team = thr->th.th_team, *prev_team = NULL; in __ompt_get_task_info_internal()
H A Dkmp_cancel.cpp49 kmp_team_t *this_team = this_thr->th.th_team; in __kmpc_cancel()
157 kmp_team_t *this_team = this_thr->th.th_team; in __kmpc_cancellationpoint()
246 kmp_team_t *this_team = this_thr->th.th_team; in __kmpc_cancel_barrier()
317 kmp_team_t *this_team = this_thr->th.th_team; in __kmp_get_cancellation_status()
H A Dkmp_ftn_entry.h137 team = __kmp_threads[gtid]->th.th_team; in FTN_GET_BLOCKTIME()
247 if (__kmp_threads[gtid]->th.th_team->t.t_level == 0 && in FTN_GET_AFFINITY()
527 if (__kmp_threads[gtid]->th.th_team->t.t_level == 0 && in KMP_EXPAND_NAME_IF_APPEND()
561 if (__kmp_threads[gtid]->th.th_team->t.t_level == 0 && in KMP_EXPAND_NAME_IF_APPEND()
646 if (thread->th.th_team->t.t_level == 0) { in KMP_EXPAND_NAME()
716 return (th->th.th_team->t.t_active_level ? 1 : 0); in KMP_EXPAND_NAME()
768 return __kmp_entry_thread()->th.th_team->t.t_active_level; in KMP_EXPAND_NAME()
777 return __kmp_entry_thread()->th.th_team->t.t_level; in KMP_EXPAND_NAME()
850 if (thread->th.th_team->t.t_level == 0) { in KMP_EXPAND_NAME()
873 if (thread->th.th_team->t.t_level == 0) { in KMP_EXPAND_NAME()
[all …]
H A Dkmp_csupport.cpp870 kmp_team_t *team = this_thr->th.th_team; in __kmpc_end_master()
957 kmp_team_t *team = this_thr->th.th_team; in __kmpc_end_masked()
1879 kmp_team_t *team = this_thr->th.th_team; in __kmpc_single()
1927 kmp_team_t *team = this_thr->th.th_team; in __kmpc_end_single()
3529 *team_p = team = th->th.th_team; in __kmp_swap_teams_for_teams_reduction()
3535 th->th.th_team = team->t.t_parent; in __kmp_swap_teams_for_teams_reduction()
3551 th->th.th_team = team; in __kmp_restore_swapped_teams()
4095 kmp_team_t *team = th->th.th_team; in __kmpc_doacross_init()
4218 kmp_team_t *team = th->th.th_team; in __kmpc_doacross_wait()
4330 kmp_team_t *team = th->th.th_team; in __kmpc_doacross_post()
[all …]
H A Dkmp_runtime.cpp694 team = th->th.th_team; in __kmp_enter_single()
951 master_th->th.th_team = team; in __kmp_fork_team_threads()
1740 team = master_th->th.th_team; in __kmp_serial_fork_call()
2437 team = master_th->th.th_team; in __kmp_join_call()
2684 master_th->th.th_team = parent_team; in __kmp_join_call()
3060 team = thr->th.th_team; in __kmp_get_ancestor_thread_num()
3118 team = thr->th.th_team; in __kmp_get_team_size()
4459 KMP_ASSERT(!new_thr->th.th_team); in __kmp_allocate_thread()
5152 team = master->th.th_team; in __kmp_allocate_team()
5889 TCW_PTR(this_th->th.th_team, NULL); in __kmp_free_thread()
[all …]
H A Dkmp_barrier.cpp237 team = this_thr->th.th_team; in __kmp_dist_barrier_gather()
439 team = this_thr->th.th_team; in __kmp_dist_barrier_release()
505 team = this_thr->th.th_team; in __kmp_dist_barrier_release()
560 kmp_team_t *team = this_thr->th.th_team; in __kmp_linear_barrier_gather_template()
670 team = __kmp_threads[gtid]->th.th_team; in __kmp_linear_barrier_release_template()
749 team = __kmp_threads[gtid]->th.th_team; in __kmp_linear_barrier_release_template()
798 kmp_team_t *team = this_thr->th.th_team; in __kmp_tree_barrier_gather()
1010 kmp_team_t *team = this_thr->th.th_team; in __kmp_hyper_barrier_gather()
1361 kmp_team_t *team = this_thr->th.th_team; in __kmp_hierarchical_barrier_gather()
1774 kmp_team_t *team = this_thr->th.th_team; in __kmp_barrier_template()
[all …]
H A Dompt-specific.h71 #define OMPT_CUR_TEAM_INFO(thr) (&((thr)->th.th_team->t.ompt_team_info))
73 (&((thr)->th.th_team->t.ompt_team_info.parallel_data))
H A Dkmp_sched.cpp202 if (th->th.th_team->t.t_serialized > 1) { in __kmp_for_static_init()
204 team = th->th.th_team; in __kmp_for_static_init()
206 tid = th->th.th_team->t.t_master_tid; in __kmp_for_static_init()
207 team = th->th.th_team->t.t_parent; in __kmp_for_static_init()
211 team = th->th.th_team; in __kmp_for_static_init()
535 team = th->th.th_team; in __kmp_dist_for_static_init()
797 team = th->th.th_team; in __kmp_team_static_init()
H A Dkmp_dispatch.cpp220 team = th->th.th_team; in __kmp_dispatch_init_algorithm()
1003 team = th->th.th_team; in __kmp_dispatch_init()
1186 if (!th->th.th_team->t.t_serialized) { in __kmp_dispatch_finish()
1250 if (!th->th.th_team->t.t_serialized) { in __kmp_dispatch_finish_chunk()
1337 kmp_team_t *team = th->th.th_team; in __kmp_dispatch_next_algorithm()
1340 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next_algorithm()
2200 kmp_team_t *team = th->th.th_team; in __kmp_dispatch_next()
2480 team = th->th.th_team; in __kmpc_sections_init()
2555 kmp_team_t *team = th->th.th_team; in __kmpc_next_section()
2640 int active = !th->th.th_team->t.t_serialized; in __kmpc_end_sections()
[all …]
H A Dkmp_wait_release.h389 kmp_team_t *team = this_thr->th.th_team;
461 if (this_thr->th.th_team)
462 team = this_thr->th.th_team->t.ompt_serialized_team_info;
581 kmp_team_t *team = this_thr->th.th_team;
689 kmp_team_t *team = this_thr->th.th_team;
H A Dompd-specific.h39 OMPD_ACCESS(kmp_base_info_t, th_team) \
H A Dkmp_omp.h96 offset_and_size_t th_team; // team for this thread member
H A Dkmp_dispatch.h347 if (!th->th.th_team->t.t_serialized) { in __kmp_dispatch_deo()
419 if (!th->th.th_team->t.t_serialized) { in __kmp_dispatch_dxo()
H A Dkmp_debugger.cpp92 offset_and_size_of(kmp_base_info_t, th_team),
H A Dkmp_gsupport.cpp226 kmp_team_t *team = this_thr->th.th_team; in KMP_EXPAND_NAME()
466 kmp_team_t *team = thr->th.th_team; in __kmp_GOMP_fork_call()
546 if (!thr->th.th_team->t.t_serialized) { in KMP_EXPAND_NAME()
548 thr->th.th_team); in KMP_EXPAND_NAME()
2114 kmp_team_t *team = thr->th.th_team; in __kmp_GOMP_init_reductions()
2152 kmp_team_t *team = thr->th.th_team; in __kmp_GOMP_par_reductions_microtask_wrapper()
2473 kmp_team_t *team = thr->th.th_team; in KMP_EXPAND_NAME()
H A Dkmp_tasking.cpp1460 kmp_team_t *team = thread->th.th_team;
1585 taskdata->td_team = thread->th.th_team;
1607 taskdata->td_team = shadow_thread->th.th_team;
1805 kmp_team_t *this_team = thread->th.th_team;
2082 kmp_team_t *team = this_thr->th.th_team;
2787 kmp_team_t *team = thr->th.th_team;
2892 kmp_team_t *team = thread->th.th_team;
2919 team = thread->th.th_team;
2988 kmp_team_t *t = thread->th.th_team;
3830 kmp_team_t *team = thread->th.th_team;
[all …]
H A Dkmp_dispatch_hier.h953 team = th->th.th_team; in __kmp_dispatch_init_hierarchy()
958 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init_hierarchy()
H A Dkmp.h2927 kmp_team_p *th_team; /* team we belong to */ member
3596 #define __kmp_get_team() (__kmp_threads[(__kmp_get_gtid())]->th.th_team)
3603 (__kmp_threads[(gtid)]->th.th_team->t.t_nproc)
3634 return __kmp_threads[gtid]->th.th_team; in __kmp_team_from_gtid()
H A Dkmp_collapse.cpp1332 kmp_team_t *team = th->th.th_team; in __kmpc_for_collapsed_init()
H A Dkmp_itt.inl425 kmp_team_t *team = thr->th.th_team;