/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompt-specific.cpp | 55 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 D | kmp_cancel.cpp | 49 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 D | kmp_ftn_entry.h | 137 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() 374 if (thread->th.th_team->t.t_level == 0 && !__kmp_affinity.flags.reset) { in KMP_EXPAND_NAME() 378 // return thread -> th.th_team -> t.t_current_task[ 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); 768 return __kmp_entry_thread()->th.th_team->t.t_active_level; in KMP_EXPAND_NAME() 777 return __kmp_entry_thread()->th.th_team [all...] |
H A D | kmp_csupport.cpp | 148 return __kmp_entry_thread()->th.th_team->t.t_nproc; in __kmpc_bound_num_threads() 522 this_thr->th.th_team->t.t_level; // AC: can be >0 on host in __kmpc_fork_teams() 525 kmp_team_t *parent_team = this_thr->th.th_team; in __kmpc_fork_teams() 653 KMP_DEBUG_ASSERT(this_thr->th.th_team == serial_team); in __kmpc_end_serialized_parallel() 728 this_thr->th.th_team = serial_team->t.t_parent; in __kmpc_end_serialized_parallel() 735 this_thr->th.th_team_serialized = this_thr->th.th_team->t.t_serialized; 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() 752 this_thr->th.th_team->t.t_task_team[this_thr->th.th_task_state]; in __kmpc_end_serialized_parallel() 756 global_tid, this_thr->th.th_task_team, this_thr->th.th_team)); in __kmpc_end_serialized_parallel() 759 if (this_thr->th.th_team->t.t_level == 0 && __kmp_affinity.flags.reset) { in __kmpc_end_serialized_parallel() [all …]
|
H A D | kmp_runtime.cpp | 505 __kmp_print_storage_map_gtid(gtid, &thr->th.th_info, &thr->th.th_team, in __kmp_print_thread_storage_map() 709 team = th->th.th_team; in __kmp_enter_single() 971 master_th->th.th_team = team; in __kmp_fork_team_threads() 1025 KMP_DEBUG_ASSERT(thr->th.th_team == team); in __kmp_fork_team_threads() 1238 if (this_thr->th.th_team != serial_team) { in __kmp_serialized_parallel() 1240 int level = this_thr->th.th_team->t.t_level; in __kmp_serialized_parallel() 1261 new_team->t.t_parent = this_thr->th.th_team; in __kmp_serialized_parallel() 1283 KMP_DEBUG_ASSERT(this_thr->th.th_team != serial_team); in __kmp_serialized_parallel() 1287 serial_team->t.t_parent = this_thr->th.th_team; in __kmp_serialized_parallel() 1288 if (this_thr->th.th_team->t.t_nested_nth) in __kmp_serialized_parallel() [all …]
|
H A D | kmp_barrier.cpp | 237 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() 942 team = __kmp_threads[gtid]->th.th_team; in __kmp_tree_barrier_release() 952 team = __kmp_threads[gtid]->th.th_team; in __kmp_tree_barrier_release() 1010 kmp_team_t *team = this_thr->th.th_team; in __kmp_hyper_barrier_gather() [all …]
|
H A D | ompt-specific.h | 71 #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 D | kmp_sched.cpp | 203 if (th->th.th_team->t.t_serialized > 1) { in __kmp_for_static_init() 205 team = th->th.th_team; in __kmp_for_static_init() 207 tid = th->th.th_team->t.t_master_tid; in __kmp_for_static_init() 208 team = th->th.th_team->t.t_parent; in __kmp_for_static_init() 212 team = th->th.th_team; in __kmp_for_static_init() 543 team = th->th.th_team; in __kmp_dist_for_static_init() 811 team = th->th.th_team; in __kmp_team_static_init()
|
H A D | kmp_dispatch.cpp | 220 team = th->th.th_team; in __kmp_dispatch_init_algorithm() 1003 team = th->th.th_team; in __kmp_dispatch_init() 1059 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init() 1187 if (!th->th.th_team->t.t_serialized) { in __kmp_dispatch_finish() 1198 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish() 1251 if (!th->th.th_team->t.t_serialized) { in __kmp_dispatch_finish_chunk() 1261 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish_chunk() 1338 kmp_team_t *team = th->th.th_team; in __kmp_dispatch_next_algorithm() 1341 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next_algorithm() 2201 kmp_team_t *team = th->th.th_team; in __kmp_dispatch_next() [all …]
|
H A D | kmp_wait_release.h | 391 kmp_team_t *team = this_thr->th.th_team; 465 if (this_thr->th.th_team) 466 team = this_thr->th.th_team->t.ompt_serialized_team_info; 585 kmp_team_t *team = this_thr->th.th_team; 693 kmp_team_t *team = this_thr->th.th_team;
|
H A D | kmp_dispatch.h | 347 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 D | ompd-specific.h | 39 OMPD_ACCESS(kmp_base_info_t, th_team) \
|
H A D | kmp_omp.h | 96 offset_and_size_t th_team; // team for this thread member
|
H A D | kmp_gsupport.cpp | 226 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 D | kmp_debugger.cpp | 92 offset_and_size_of(kmp_base_info_t, th_team),
|
H A D | kmp_tasking.cpp | 1464 kmp_team_t *team = thread->th.th_team; 1588 taskdata->td_team = thread->th.th_team; 1610 taskdata->td_team = shadow_thread->th.th_team; 1809 kmp_team_t *this_team = thread->th.th_team; 2092 kmp_team_t *team = this_thr->th.th_team; 2796 kmp_team_t *team = thr->th.th_team; 2901 kmp_team_t *team = thread->th.th_team; 2928 team = thread->th.th_team; 2997 kmp_team_t *t = thread->th.th_team; 3670 KMP_DEBUG_ASSERT(this_thr->th.th_team != NULL); [all …]
|
H A D | kmp_dispatch_hier.h | 953 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 D | kmp.h | 2942 kmp_team_p *th_team; /* team we belong to */ member 3612 #define __kmp_get_team() (__kmp_threads[(__kmp_get_gtid())]->th.th_team) 3619 (__kmp_threads[(gtid)]->th.th_team->t.t_nproc) 3650 return __kmp_threads[gtid]->th.th_team; in __kmp_team_from_gtid()
|
H A D | kmp_collapse.cpp | 1625 kmp_team_t *team = th->th.th_team; in __kmpc_for_collapsed_init()
|
H A D | kmp_itt.inl | 425 kmp_team_t *team = thr->th.th_team;
|