Home
last modified time | relevance | path

Searched refs:th_bar_min_time (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp252 this_thr->th.th_bar_arrive_time = this_thr->th.th_bar_min_time = in __kmp_dist_barrier_gather()
573 this_thr->th.th_bar_arrive_time = this_thr->th.th_bar_min_time = in __kmp_linear_barrier_gather_template()
627 this_thr->th.th_bar_min_time = KMP_MIN( in __kmp_linear_barrier_gather_template()
628 this_thr->th.th_bar_min_time, other_threads[i]->th.th_bar_min_time); in __kmp_linear_barrier_gather_template()
816 this_thr->th.th_bar_arrive_time = this_thr->th.th_bar_min_time = in __kmp_tree_barrier_gather()
848 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time, in __kmp_tree_barrier_gather()
849 child_thr->th.th_bar_min_time); in __kmp_tree_barrier_gather()
1029 this_thr->th.th_bar_arrive_time = this_thr->th.th_bar_min_time = in __kmp_hyper_barrier_gather()
1089 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time, in __kmp_hyper_barrier_gather()
1090 child_thr->th.th_bar_min_time); in __kmp_hyper_barrier_gather()
[all …]
H A Dkmp.h3000 kmp_uint64 th_bar_min_time; /* minimum arrival time at the barrier */ member