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

References

projects/openmp/runtime/src/kmp.h
 2523   KMP_ALIGN_CACHE kmp_balign_t th_bar[bs_last_barrier];
projects/openmp/runtime/src/kmp_runtime.cpp
  464       sizeof(kmp_balign_t) * bs_last_barrier, "th_%d.th_bar", gtid);
  468                                sizeof(kmp_balign_t), "th_%d.th_bar[plain]",
  473                                sizeof(kmp_balign_t), "th_%d.th_bar[forkjoin]",
  479                                sizeof(kmp_balign_t), "th_%d.th_bar[reduction]",
 1035         kmp_balign_t *balign = team->t.t_threads[i]->th.th_bar;
 2435         kmp_balign_t *balign = other_threads[i]->th.th_bar;
 4348   kmp_balign_t *balign = new_thr->th.th_bar;
 5003           kmp_balign_t *balign = team->t.t_threads[f]->th.th_bar;
 5066         kmp_balign_t *balign = other_threads[f]->th.th_bar;
 5116             kmp_balign_t *balign = new_worker->th.th_bar;
 5197         kmp_balign_t *balign = thr->th.th_bar;
 5552   kmp_balign_t *balign = this_th->th.th_bar;