Home
last modified time | relevance | path

Searched refs:t_threads (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp529 -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 …]
Dkmp_barrier.cpp52 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 …]
Dkmp.h2088 ((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 …]
Dkmp_omp.h130 offset_and_size_t t_threads; // array of threads member
Dkmp_debugger.cpp128 offset_and_size_of(kmp_base_team_t, t_threads),
Dkmp_csupport.cpp516 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()
Dkmp_dispatch.cpp1221 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()
Dkmp_tasking.cpp3305 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()