Searched refs:t_threads (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_runtime.cpp | 529 -1, &team->t.t_threads[0], &team->t.t_threads[num_thr], in __kmp_print_team_storage_map() 791 kmp_info_t *this_thr = parent_team->t.t_threads[master_tid]; in __kmp_reserve_threads() 833 new_nthreads = __kmp_get_random(parent_team->t.t_threads[master_tid]); in __kmp_reserve_threads() 1021 team->t.t_threads[0] = master_th; in __kmp_fork_team_threads() 1029 team->t.t_threads[i] = thr; in __kmp_fork_team_threads() 1044 kmp_balign_t *balign = team->t.t_threads[i]->th.th_bar; in __kmp_fork_team_threads() 1062 kmp_info_t *thr = team->t.t_threads[i]; in __kmp_fork_team_threads() 1230 new_team->t.t_threads[0] = this_thr; in __kmp_serialized_parallel() 1251 KMP_DEBUG_ASSERT(serial_team->t.t_threads); in __kmp_serialized_parallel() 1252 KMP_DEBUG_ASSERT(serial_team->t.t_threads[0] == this_thr); in __kmp_serialized_parallel() [all …]
|
D | kmp_barrier.cpp | 52 kmp_info_t **other_threads = team->t.t_threads; in __kmp_linear_barrier_gather_template() 167 other_threads = team->t.t_threads; in __kmp_linear_barrier_release_template() 180 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[i], in __kmp_linear_barrier_release_template() 298 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_gather() 466 kmp_info_t **other_threads = team->t.t_threads; in __kmp_tree_barrier_release() 484 team->t.t_threads[child_tid], team, in __kmp_tree_barrier_release() 518 kmp_info_t **other_threads = team->t.t_threads; in __kmp_hyper_barrier_gather() 706 other_threads = team->t.t_threads; in __kmp_hyper_barrier_release() 781 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, tid, in __kmp_hyper_barrier_release() 846 &team->t.t_threads[thr_bar->parent_tid]->th.th_bar[bt].bb; in __kmp_init_hierarchical_barrier_thread() [all …]
|
D | kmp.h | 2088 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime) 2090 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) 2093 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals) 2097 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic) 2099 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc) 2101 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched) 2104 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime) = \ 2109 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals) = \ 2114 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) = (xval)) 2740 KMP_ALIGN_CACHE kmp_info_t **t_threads; member [all …]
|
D | kmp_omp.h | 130 offset_and_size_t t_threads; // array of threads member
|
D | kmp_debugger.cpp | 128 offset_and_size_of(kmp_base_team_t, t_threads),
|
D | kmp_csupport.cpp | 516 KMP_DEBUG_ASSERT(serial_team->t.t_threads); in __kmpc_end_serialized_parallel() 517 KMP_DEBUG_ASSERT(serial_team->t.t_threads[0] == this_thr); in __kmpc_end_serialized_parallel() 548 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel() 586 serial_team->t.t_parent->t.t_threads[0]; /* JPH */ in __kmpc_end_serialized_parallel()
|
D | kmp_dispatch.cpp | 1221 kmp_info_t **other_threads = team->t.t_threads; in __kmp_dispatch_next_algorithm() 1320 kmp_info_t **other_threads = team->t.t_threads; in __kmp_dispatch_next_algorithm() 2087 kmp_info_t **other_threads = team->t.t_threads; in __kmp_dispatch_next()
|
D | kmp_tasking.cpp | 3305 thread_data->td.td_thr = team->t.t_threads[i]; in __kmp_realloc_task_threads_data() 3874 thread = team->t.t_threads[k]; in __kmpc_proxy_task_completed_ooo()
|