reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_barrier.cpp
   65     this_thr->th.th_bar_arrive_time = this_thr->th.th_bar_min_time =
  315     this_thr->th.th_bar_arrive_time = this_thr->th.th_bar_min_time =
  533     this_thr->th.th_bar_arrive_time = this_thr->th.th_bar_min_time =
  889     this_thr->th.th_bar_arrive_time = __itt_get_timestamp();
 1465             kmp_uint64 delta = cur_time - this_thr->th.th_bar_arrive_time;
 1468             this_thr->th.th_bar_arrive_time = 0;
 1470               delta += (cur_time - other_threads[i]->th.th_bar_arrive_time);
 1471               other_threads[i]->th.th_bar_arrive_time = 0;
 1849           kmp_uint64 delta = cur_time - this_thr->th.th_bar_arrive_time;
 1852           this_thr->th.th_bar_arrive_time = 0;
 1854             delta += (cur_time - other_threads[i]->th.th_bar_arrive_time);
 1855             other_threads[i]->th.th_bar_arrive_time = 0;
projects/openmp/runtime/src/kmp_tasking.cpp
 1536       if (thread->th.th_bar_arrive_time)
 1556       thread->th.th_bar_arrive_time += (__itt_get_timestamp() - cur_time);