Searched refs:th_team (Results 1 – 18 of 18) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | ompt-specific.cpp | 55 kmp_team *team = thr->th.th_team; in __ompt_get_teaminfo() 273 thr->th.th_team->t.t_serialized > in __ompt_lw_taskteam_link() 292 thr->th.th_team->t.ompt_serialized_team_info; in __ompt_lw_taskteam_link() 294 thr->th.th_team->t.ompt_serialized_team_info = link_lwt; in __ompt_lw_taskteam_link() 304 ompt_lw_taskteam_t *lwtask = thr->th.th_team->t.ompt_serialized_team_info; in __ompt_lw_taskteam_unlink() 306 thr->th.th_team->t.ompt_serialized_team_info = lwtask->parent; in __ompt_lw_taskteam_unlink() 349 kmp_team *team = thr->th.th_team, *prev_team = NULL; in __ompt_get_task_info_internal()
|
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()
|
D | kmp_runtime.cpp | 465 __kmp_print_storage_map_gtid(gtid, &thr->th.th_info, &thr->th.th_team, in __kmp_print_thread_storage_map() 727 team = th->th.th_team; in __kmp_enter_single() 977 master_th->th.th_team = team; in __kmp_fork_team_threads() 1031 KMP_DEBUG_ASSERT(thr->th.th_team == team); in __kmp_fork_team_threads() 1166 this_thr->th.th_team->t.t_task_team[this_thr->th.th_task_state]); in __kmp_serialized_parallel() 1171 global_tid, this_thr->th.th_task_team, this_thr->th.th_team)); in __kmp_serialized_parallel() 1208 if (this_thr->th.th_team != serial_team) { in __kmp_serialized_parallel() 1210 int level = this_thr->th.th_team->t.t_level; in __kmp_serialized_parallel() 1231 new_team->t.t_parent = this_thr->th.th_team; in __kmp_serialized_parallel() 1253 KMP_DEBUG_ASSERT(this_thr->th.th_team != serial_team); in __kmp_serialized_parallel() [all …]
|
D | kmp_barrier.cpp | 50 kmp_team_t *team = this_thr->th.th_team; in __kmp_linear_barrier_gather_template() 165 team = __kmp_threads[gtid]->th.th_team; in __kmp_linear_barrier_release_template() 246 team = __kmp_threads[gtid]->th.th_team; in __kmp_linear_barrier_release_template() 296 kmp_team_t *team = this_thr->th.th_team; in __kmp_tree_barrier_gather() 446 team = __kmp_threads[gtid]->th.th_team; in __kmp_tree_barrier_release() 456 team = __kmp_threads[gtid]->th.th_team; in __kmp_tree_barrier_release() 516 kmp_team_t *team = this_thr->th.th_team; in __kmp_hyper_barrier_gather() 656 team = __kmp_threads[gtid]->th.th_team; in __kmp_hyper_barrier_release() 695 team = __kmp_threads[gtid]->th.th_team; in __kmp_hyper_barrier_release() 872 kmp_team_t *team = this_thr->th.th_team; in __kmp_hierarchical_barrier_gather() [all …]
|
D | ompt-specific.h | 63 #define OMPT_CUR_TEAM_INFO(thr) (&(thr->th.th_team->t.ompt_team_info)) 65 (&(thr->th.th_team->t.ompt_team_info.parallel_data))
|
D | kmp_csupport.cpp | 146 return __kmp_entry_thread()->th.th_team->t.t_nproc; in __kmpc_bound_num_threads() 290 kmp_team_t *parent_team = master_th->th.th_team; in __kmpc_fork_call() 384 this_thr->th.th_team->t.t_level; // AC: can be >0 on host in __kmpc_fork_teams() 387 kmp_team_t *parent_team = this_thr->th.th_team; in __kmpc_fork_teams() 514 KMP_DEBUG_ASSERT(this_thr->th.th_team == serial_team); in __kmpc_end_serialized_parallel() 580 this_thr->th.th_team = serial_team->t.t_parent; in __kmpc_end_serialized_parallel() 587 this_thr->th.th_team_serialized = this_thr->th.th_team->t.t_serialized; 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() 601 this_thr->th.th_team->t.t_task_team[this_thr->th.th_task_state]; in __kmpc_end_serialized_parallel() 605 global_tid, this_thr->th.th_task_team, this_thr->th.th_team)); in __kmpc_end_serialized_parallel() [all …]
|
D | kmp_sched.cpp | 196 tid = th->th.th_team->t.t_master_tid; in __kmp_for_static_init() 197 team = th->th.th_team->t.t_parent; in __kmp_for_static_init() 200 team = th->th.th_team; in __kmp_for_static_init() 487 team = th->th.th_team; in __kmp_dist_for_static_init() 729 team = th->th.th_team; in __kmp_team_static_init()
|
D | kmp_dispatch.cpp | 140 team = th->th.th_team; in __kmp_dispatch_init_algorithm() 809 team = th->th.th_team; in __kmp_dispatch_init() 865 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init() 1013 if (!th->th.th_team->t.t_serialized) { in __kmp_dispatch_finish() 1024 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish() 1077 if (!th->th.th_team->t.t_serialized) { in __kmp_dispatch_finish_chunk() 1088 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish_chunk() 1166 kmp_team_t *team = th->th.th_team; in __kmp_dispatch_next_algorithm() 1169 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next_algorithm() 1916 kmp_team_t *team = th->th.th_team; in __kmp_dispatch_next() [all …]
|
D | kmp_wait_release.h | 197 kmp_team_t *team = this_thr->th.th_team; in __kmp_wait_template() 269 this_thr->th.th_team->t.ompt_serialized_team_info; in __kmp_wait_template() 387 kmp_team_t *team = this_thr->th.th_team; in __kmp_wait_template() 478 kmp_team_t *team = this_thr->th.th_team; in __kmp_wait_template()
|
D | kmp_ftn_entry.h | 127 team = __kmp_threads[gtid]->th.th_team; in FTN_GET_BLOCKTIME() 655 return (th->th.th_team->t.t_active_level ? 1 : 0); in KMP_EXPAND_NAME() 704 return __kmp_entry_thread()->th.th_team->t.t_active_level; in KMP_EXPAND_NAME() 713 return __kmp_entry_thread()->th.th_team->t.t_level; in KMP_EXPAND_NAME()
|
D | kmp_omp.h | 96 offset_and_size_t th_team; // team for this thread member
|
D | kmp_dispatch.h | 340 if (!th->th.th_team->t.t_serialized) { in __kmp_dispatch_deo() 412 if (!th->th.th_team->t.t_serialized) { in __kmp_dispatch_dxo()
|
D | kmp_debugger.cpp | 92 offset_and_size_of(kmp_base_info_t, th_team),
|
D | kmp_tasking.cpp | 1174 kmp_team_t *team = thread->th.th_team; in __kmp_task_alloc() 1481 kmp_team_t *this_team = thread->th.th_team; in __kmp_invoke_task() 2336 kmp_team_t *team = thr->th.th_team; in __kmp_task_reduction_modifier_init() 2440 kmp_team_t *team = thread->th.th_team; in __kmpc_taskgroup() 2467 team = thread->th.th_team; in __kmpc_end_taskgroup() 2534 kmp_team_t *t = thread->th.th_team; in __kmpc_end_taskgroup() 3072 KMP_DEBUG_ASSERT(this_thr->th.th_team != NULL); in __kmp_enable_tasking() 3076 KMP_DEBUG_ASSERT(nthreads == this_thr->th.th_team->t.t_nproc); in __kmp_enable_tasking() 3242 kmp_team_t *team = thread->th.th_team; in __kmp_realloc_task_threads_data() 3937 if (thread->th.th_team == team) { in __kmp_fulfill_event()
|
D | kmp_gsupport.cpp | 197 kmp_team_t *team = this_thr->th.th_team; in KMP_EXPAND_NAME() 436 kmp_team_t *team = thr->th.th_team; in __kmp_GOMP_fork_call() 511 if (!thr->th.th_team->t.t_serialized) { in KMP_EXPAND_NAME() 513 thr->th.th_team); in KMP_EXPAND_NAME()
|
D | kmp_dispatch_hier.h | 947 team = th->th.th_team; in __kmp_dispatch_init_hierarchy() 952 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init_hierarchy()
|
D | kmp.h | 2512 kmp_team_p *th_team; /* team we belong to */ member 3133 #define __kmp_get_team() (__kmp_threads[(__kmp_get_gtid())]->th.th_team) 3140 (__kmp_threads[(gtid)]->th.th_team->t.t_nproc) 3171 return __kmp_threads[gtid]->th.th_team; in __kmp_team_from_gtid()
|
D | kmp_itt.inl | 483 kmp_team_t *team = thr->th.th_team;
|