Searched refs:copy_icvs (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_barrier.cpp | 35 #define ngo_store_icvs(dst, src) copy_icvs((dst), (src)) 489 copy_icvs(&team->t.t_implicit_task_taskdata[tid].td_icvs, in __kmp_dist_barrier_release() 491 copy_icvs(&thr_bar->th_fixed_icvs, in __kmp_dist_barrier_release() 512 copy_icvs(&thr_bar->th_fixed_icvs, in __kmp_dist_barrier_release() 982 copy_icvs(&team->t.t_implicit_task_taskdata[child_tid].td_icvs, in __kmp_tree_barrier_release() 1152 copy_icvs(&thr_bar->th_fixed_icvs, in __kmp_hyper_barrier_release() 1249 copy_icvs(&child_bar->th_fixed_icvs, &thr_bar->th_fixed_icvs); in __kmp_hyper_barrier_release() 1270 copy_icvs(&team->t.t_implicit_task_taskdata[tid].td_icvs, in __kmp_hyper_barrier_release() 1616 copy_icvs(&thr_bar->th_fixed_icvs, in __kmp_hierarchical_barrier_release() 1623 copy_icvs(&team->t.t_implicit_task_taskdata[tid].td_icvs, in __kmp_hierarchical_barrier_release() [all …]
|
H A D | kmp_runtime.cpp | 1308 copy_icvs(&this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel() 2179 copy_icvs(&new_icvs, &master_th->th.th_current_task->td_icvs); in __kmp_fork_call() 2197 copy_icvs((kmp_internal_control_t *)team->t.b->team_icvs, &new_icvs); in __kmp_fork_call() 2209 copy_icvs((kmp_internal_control_t *)team->t.b->team_icvs, in __kmp_fork_call() 2780 copy_icvs(control, &thread->th.th_current_task->td_icvs); in __kmp_save_internal_controls() 3338 copy_icvs(&gx_icvs, &team->t.t_threads[0]->th.th_current_task->td_icvs); in __kmp_get_x_global_icvs() 4736 copy_icvs(&team->t.t_implicit_task_taskdata[0].td_icvs, new_icvs); in __kmp_reinitialize_team()
|
H A D | kmp_csupport.cpp | 687 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel()
|
H A D | kmp.h | 2193 static inline void copy_icvs(kmp_internal_control_t *dst, in copy_icvs() function
|
H A D | kmp_tasking.cpp | 1600 copy_icvs(&taskdata->td_icvs, &taskdata->td_parent->td_icvs);
|