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()
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 Dkmp_csupport.cpp148 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 Dkmp_runtime.cpp505 __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 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()
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 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.cpp203 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 Dkmp_dispatch.cpp220 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 Dkmp_wait_release.h391 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 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 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_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_debugger.cpp92 offset_and_size_of(kmp_base_info_t, th_team),
H A Dkmp_tasking.cpp1464 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 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.h2942 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 Dkmp_collapse.cpp1625 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;