Searched refs:copy_icvs (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_barrier.cpp | 35 #define ngo_store_icvs(dst, src) copy_icvs((dst), (src)) 486 copy_icvs(&team->t.t_implicit_task_taskdata[child_tid].td_icvs, in __kmp_tree_barrier_release() 663 copy_icvs(&thr_bar->th_fixed_icvs, in __kmp_hyper_barrier_release() 761 copy_icvs(&child_bar->th_fixed_icvs, &thr_bar->th_fixed_icvs); in __kmp_hyper_barrier_release() 783 copy_icvs(&team->t.t_implicit_task_taskdata[tid].td_icvs, in __kmp_hyper_barrier_release() 1140 copy_icvs(&thr_bar->th_fixed_icvs, in __kmp_hierarchical_barrier_release() 1147 copy_icvs(&team->t.t_implicit_task_taskdata[tid].td_icvs, in __kmp_hierarchical_barrier_release() 1153 copy_icvs(&thr_bar->th_fixed_icvs, &thr_bar->parent_bar->th_fixed_icvs); in __kmp_hierarchical_barrier_release() 1155 copy_icvs(&team->t.t_implicit_task_taskdata[tid].td_icvs, in __kmp_hierarchical_barrier_release() 1254 copy_icvs(&team->t.t_implicit_task_taskdata[tid].td_icvs, in __kmp_hierarchical_barrier_release() [all …]
|
D | kmp_runtime.cpp | 1272 copy_icvs(&this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel() 2009 copy_icvs(&new_icvs, &master_th->th.th_current_task->td_icvs); in __kmp_fork_call() 2612 copy_icvs(control, &thread->th.th_current_task->td_icvs); in __kmp_save_internal_controls() 3147 copy_icvs(&gx_icvs, &team->t.t_threads[0]->th.th_current_task->td_icvs); in __kmp_get_x_global_icvs() 4473 copy_icvs(&team->t.t_implicit_task_taskdata[0].td_icvs, new_icvs); in __kmp_reinitialize_team()
|
D | kmp.h | 1911 static inline void copy_icvs(kmp_internal_control_t *dst, in copy_icvs() function
|
D | kmp_csupport.cpp | 548 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel()
|
D | kmp_tasking.cpp | 1296 copy_icvs(&taskdata->td_icvs, &taskdata->td_parent->td_icvs); in __kmp_task_alloc()
|