Searched refs:kmp_team_t (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
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 | 78 static void __kmp_initialize_info(kmp_info_t *, kmp_team_t *, int tid, 80 static void __kmp_initialize_team(kmp_team_t *team, int new_nproc, 84 static void __kmp_partition_places(kmp_team_t *team, 90 void __kmp_setup_icv_copy(kmp_team_t *team, int new_nproc, 496 static void __kmp_print_team_storage_map(const char *header, kmp_team_t *team, in __kmp_print_team_storage_map() 499 __kmp_print_storage_map_gtid(-1, team, team + 1, sizeof(kmp_team_t), "%s_%d", in __kmp_print_team_storage_map() 668 kmp_team_t *team = __kmp_team_from_gtid(gtid); in __kmp_parallel_deo() 694 kmp_team_t *team = __kmp_team_from_gtid(gtid); in __kmp_parallel_dxo() 720 kmp_team_t *team; in __kmp_enter_single() 784 static int __kmp_reserve_threads(kmp_root_t *root, kmp_team_t *parent_team, in __kmp_reserve_threads() [all …]
|
D | kmp.h | 251 typedef union kmp_team kmp_team_t; typedef 1934 kmp_team_t *team; 2354 kmp_team_t *td_team; /* team for this task */ 2823 kmp_team_t *r_root_team; 2824 kmp_team_t *r_hot_team; 3115 extern volatile kmp_team_t *__kmp_team_pool; 3154 static inline int __kmp_gtid_from_tid(int tid, const kmp_team_t *team) { in __kmp_gtid_from_tid() 3169 static inline kmp_team_t *__kmp_team_from_gtid(int gtid) { in __kmp_team_from_gtid() 3512 extern kmp_info_t *__kmp_allocate_thread(kmp_root_t *root, kmp_team_t *team, 3514 extern kmp_team_t * [all …]
|
D | kmp_barrier.cpp | 50 kmp_team_t *team = this_thr->th.th_team; in __kmp_linear_barrier_gather_template() 158 kmp_team_t *team; in __kmp_linear_barrier_release_template() 296 kmp_team_t *team = this_thr->th.th_team; in __kmp_tree_barrier_gather() 407 kmp_team_t *team; in __kmp_tree_barrier_release() 516 kmp_team_t *team = this_thr->th.th_team; in __kmp_hyper_barrier_gather() 640 kmp_team_t *team; in __kmp_hyper_barrier_release() 806 int tid, kmp_team_t *team) { in __kmp_init_hierarchical_barrier_thread() 872 kmp_team_t *team = this_thr->th.th_team; in __kmp_hierarchical_barrier_gather() 1053 kmp_team_t *team; in __kmp_hierarchical_barrier_release() 1300 kmp_team_t *team = this_thr->th.th_team; in __kmp_barrier_template() [all …]
|
D | kmp_csupport.cpp | 290 kmp_team_t *parent_team = master_th->th.th_team; in __kmpc_fork_call() 387 kmp_team_t *parent_team = this_thr->th.th_team; in __kmpc_fork_teams() 486 kmp_team_t *serial_team; in __kmpc_end_serialized_parallel() 763 kmp_team_t *team = this_thr->th.th_team; in __kmpc_master() 807 kmp_team_t *team = this_thr->th.th_team; in __kmpc_end_master() 851 kmp_team_t *team; in __kmpc_ordered() 1726 kmp_team_t *team = this_thr->th.th_team; in __kmpc_single() 1774 kmp_team_t *team = this_thr->th.th_team; in __kmpc_end_single() 3301 __kmp_swap_teams_for_teams_reduction(kmp_info_t *th, kmp_team_t **team_p, in __kmp_swap_teams_for_teams_reduction() 3303 kmp_team_t *team; in __kmp_swap_teams_for_teams_reduction() [all …]
|
D | kmp_itt.inl | 85 kmp_team_t *team = __kmp_team_from_gtid(gtid); 190 kmp_team_t *team = __kmp_team_from_gtid(gtid); 430 kmp_team_t *team = __kmp_team_from_gtid(gtid); 483 kmp_team_t *team = thr->th.th_team; 496 KMP_BUILD_ASSERT(sizeof(kmp_team_t) >= bs_last_barrier); 498 KMP_BUILD_ASSERT(sizeof(kmp_team_t) >= 2 * bs_last_barrier); 503 counter % (sizeof(kmp_team_t) / bs_last_barrier) * bs_last_barrier + 915 kmp_team_t *t = __kmp_team_from_gtid(gtid); 927 kmp_team_t *t = __kmp_team_from_gtid(gtid); 939 kmp_team_t *t = __kmp_team_from_gtid(gtid);
|
D | ompt-specific.h | 23 void __ompt_team_assign_id(kmp_team_t *team, ompt_data_t ompt_pid);
|
D | kmp_tasking.cpp | 461 void __kmp_push_current_task_to_thread(kmp_info_t *this_thr, kmp_team_t *team, in __kmp_push_current_task_to_thread() 1048 kmp_team_t *team, int tid, int set_curr_task) { in __kmp_init_implicit_task() 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() 2462 kmp_team_t *team; in __kmpc_end_taskgroup() 2534 kmp_team_t *t = thread->th.th_team; in __kmpc_end_taskgroup() 3242 kmp_team_t *team = thread->th.th_team; in __kmp_realloc_task_threads_data() 3344 kmp_team_t *team) { in __kmp_allocate_task_team() [all …]
|
D | kmp_wait_release.h | 197 kmp_team_t *team = this_thr->th.th_team; 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_sched.cpp | 93 kmp_team_t *team; in __kmp_for_static_init() 444 kmp_team_t *team; in __kmp_dist_for_static_init() 688 kmp_team_t *team; in __kmp_team_static_init()
|
D | kmp_global.cpp | 433 volatile kmp_team_t *__kmp_team_pool = NULL;
|
D | kmp_dispatch.cpp | 119 kmp_team_t *team; in __kmp_dispatch_init_algorithm() 749 void __kmp_dispatch_free_hierarchies(kmp_team_t *team) { in __kmp_dispatch_free_hierarchies() 775 kmp_team_t *team; in __kmp_dispatch_init() 1166 kmp_team_t *team = th->th.th_team; in __kmp_dispatch_next_algorithm() 1916 kmp_team_t *team = th->th.th_team; in __kmp_dispatch_next() 2171 kmp_team_t *team; in __kmp_dist_get_bounds()
|
D | ompt-specific.cpp | 466 void __ompt_team_assign_id(kmp_team_t *team, ompt_data_t ompt_pid) { in __ompt_team_assign_id()
|
D | kmp_dispatch_hier.h | 136 extern void __kmp_dispatch_free_hierarchies(kmp_team_t *team); 923 kmp_team_t *team; in __kmp_dispatch_init_hierarchy()
|
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()
|