/freebsd/contrib/llvm-project/openmp/runtime/src/ |
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_runtime.cpp | 86 static void __kmp_initialize_info(kmp_info_t *, kmp_team_t *, int tid, 88 static void __kmp_initialize_team(kmp_team_t *team, int new_nproc, 92 static void __kmp_partition_places(kmp_team_t *team, 98 void __kmp_setup_icv_copy(kmp_team_t *team, int new_nproc, 112 void __kmp_resize_dist_barrier(kmp_team_t *team, int old_nthreads, 114 void __kmp_add_threads_to_team(kmp_team_t *team, int new_nthreads); 536 static void __kmp_print_team_storage_map(const char *header, kmp_team_t *team, in __kmp_print_team_storage_map() 539 __kmp_print_storage_map_gtid(-1, team, team + 1, sizeof(kmp_team_t), "%s_%d", in __kmp_print_team_storage_map() 650 kmp_team_t *team = __kmp_team_from_gtid(gtid); in __kmp_parallel_deo() 676 kmp_team_t *team = __kmp_team_from_gtid(gtid); in __kmp_parallel_dxo() [all …]
|
H A D | kmp.h | 271 typedef union kmp_team kmp_team_t; typedef 2216 kmp_team_t *team; 2758 kmp_team_t *td_team; /* team for this task */ 3272 kmp_team_t *r_root_team; 3273 kmp_team_t *r_hot_team; 3594 extern volatile kmp_team_t *__kmp_team_pool; 3633 static inline int __kmp_gtid_from_tid(int tid, const kmp_team_t *team) { in __kmp_gtid_from_tid() 3648 static inline kmp_team_t *__kmp_team_from_gtid(int gtid) { in __kmp_team_from_gtid() 4033 extern kmp_info_t *__kmp_allocate_thread(kmp_root_t *root, kmp_team_t *team, 4035 extern kmp_team_t * [all …]
|
H A D | kmp_barrier.cpp | 210 void __kmp_dist_barrier_wakeup(enum barrier_type bt, kmp_team_t *team, in __kmp_dist_barrier_wakeup() 230 kmp_team_t *team; in __kmp_dist_barrier_gather() 379 kmp_team_t *team; in __kmp_dist_barrier_release() 560 kmp_team_t *team = this_thr->th.th_team; in __kmp_linear_barrier_gather_template() 663 kmp_team_t *team; in __kmp_linear_barrier_release_template() 798 kmp_team_t *team = this_thr->th.th_team; in __kmp_tree_barrier_gather() 904 kmp_team_t *team; in __kmp_tree_barrier_release() 1010 kmp_team_t *team = this_thr->th.th_team; in __kmp_hyper_barrier_gather() 1129 kmp_team_t *team; in __kmp_hyper_barrier_release() 1293 int tid, kmp_team_t *team) { in __kmp_init_hierarchical_barrier_thread() [all …]
|
H A D | kmp_csupport.cpp | 525 kmp_team_t *parent_team = this_thr->th.th_team; in __kmpc_fork_teams() 624 kmp_team_t *serial_team; in __kmpc_end_serialized_parallel() 882 kmp_team_t *team = this_thr->th.th_team; in __kmpc_master() 926 kmp_team_t *team = this_thr->th.th_team; in __kmpc_end_master() 972 kmp_team_t *team = this_thr->th.th_team; in __kmpc_masked() 1013 kmp_team_t *team = this_thr->th.th_team; in __kmpc_end_masked() 1056 kmp_team_t *team; in __kmpc_ordered() 1935 kmp_team_t *team = this_thr->th.th_team; in __kmpc_single() 1983 kmp_team_t *team = this_thr->th.th_team; in __kmpc_end_single() 3579 __kmp_swap_teams_for_teams_reduction(kmp_info_t *th, kmp_team_t **team_p, in __kmp_swap_teams_for_teams_reduction() [all …]
|
H A D | kmp_itt.inl | 128 kmp_team_t *team = __kmp_team_from_gtid(gtid); 194 kmp_team_t *team = __kmp_team_from_gtid(gtid); 369 kmp_team_t *team = __kmp_team_from_gtid(gtid); 425 kmp_team_t *team = thr->th.th_team; 438 KMP_BUILD_ASSERT(sizeof(kmp_team_t) >= bs_last_barrier); 440 KMP_BUILD_ASSERT(sizeof(kmp_team_t) >= 2 * bs_last_barrier); 445 (kmp_uintptr_t)counter % (sizeof(kmp_team_t) / bs_last_barrier) * 859 kmp_team_t *t = __kmp_team_from_gtid(gtid); 871 kmp_team_t *t = __kmp_team_from_gtid(gtid); 883 kmp_team_t * [all...] |
H A D | kmp_tasking.cpp | 634 void __kmp_push_current_task_to_thread(kmp_info_t *this_thr, kmp_team_t *team, 1332 kmp_team_t *team, int tid, int set_curr_task) { 1464 kmp_team_t *team = 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; 2923 kmp_team_t *team; 2997 kmp_team_t *t = thread->th.th_team; 3840 kmp_team_t *team = thread->th.th_team; [all …]
|
H A D | ompt-specific.h | 27 void __ompt_team_assign_id(kmp_team_t *team, ompt_data_t ompt_pid);
|
H A D | kmp_dispatch.cpp | 105 __kmp_initialize_self_buffer(kmp_team_t *team, T id, in __kmp_initialize_self_buffer() 199 kmp_team_t *team; in __kmp_dispatch_init_algorithm() 943 void __kmp_dispatch_free_hierarchies(kmp_team_t *team) { in __kmp_dispatch_free_hierarchies() 969 kmp_team_t *team; in __kmp_dispatch_init() 1338 kmp_team_t *team = th->th.th_team; in __kmp_dispatch_next_algorithm() 2201 kmp_team_t *team = th->th.th_team; in __kmp_dispatch_next() 2471 kmp_team_t *team; in __kmpc_sections_init() 2558 kmp_team_t *team = th->th.th_team; in __kmpc_next_section() 2672 kmp_team_t *team; in __kmp_dist_get_bounds()
|
H A D | kmp_sched.cpp | 99 kmp_team_t *team; in __kmp_for_static_init() 500 kmp_team_t *team; in __kmp_dist_for_static_init() 770 kmp_team_t *team; in __kmp_team_static_init()
|
H A D | kmp_wait_release.h | 391 kmp_team_t *team = this_thr->th.th_team; 585 kmp_team_t *team = this_thr->th.th_team; 693 kmp_team_t *team = this_thr->th.th_team;
|
H A D | kmp_global.cpp | 459 volatile kmp_team_t *__kmp_team_pool = NULL;
|
H A D | ompt-specific.cpp | 486 void __ompt_team_assign_id(kmp_team_t *team, ompt_data_t ompt_pid) { in __ompt_team_assign_id()
|
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() 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_dispatch_hier.h | 136 extern void __kmp_dispatch_free_hierarchies(kmp_team_t *team); 929 kmp_team_t *team; in __kmp_dispatch_init_hierarchy()
|
H A D | kmp_collapse.cpp | 1625 kmp_team_t *team = th->th.th_team; in __kmpc_for_collapsed_init()
|