Searched refs:th_bar_min_time (Results 1 – 2 of 2) sorted by relevance
63 this_thr->th.th_bar_arrive_time = this_thr->th.th_bar_min_time = in __kmp_linear_barrier_gather_template()119 this_thr->th.th_bar_min_time = KMP_MIN( in __kmp_linear_barrier_gather_template()120 this_thr->th.th_bar_min_time, other_threads[i]->th.th_bar_min_time); in __kmp_linear_barrier_gather_template()314 this_thr->th.th_bar_arrive_time = this_thr->th.th_bar_min_time = in __kmp_tree_barrier_gather()347 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time, in __kmp_tree_barrier_gather()348 child_thr->th.th_bar_min_time); in __kmp_tree_barrier_gather()535 this_thr->th.th_bar_arrive_time = this_thr->th.th_bar_min_time = in __kmp_hyper_barrier_gather()597 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time, in __kmp_hyper_barrier_gather()598 child_thr->th.th_bar_min_time); in __kmp_hyper_barrier_gather()1471 __kmp_itt_frame_submit(gtid, this_thr->th.th_bar_min_time, cur_time, in __kmp_barrier_template()[all …]
2562 kmp_uint64 th_bar_min_time; /* minimum arrival time at the barrier */ member