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

References

projects/openmp/runtime/src/kmp_barrier.cpp
   53   kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb;
  106       kmp_flag_64 flag(&other_threads[i]->th.th_bar[bt].bb.b_arrived,
  156   kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb;
  205         kmp_flag_64 flag(&other_threads[i]->th.th_bar[bt].bb.b_go,
  298   kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb;
  328       kmp_bstate_t *child_bar = &child_thr->th.th_bar[bt].bb;
  406   kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb;
  469       kmp_bstate_t *child_bar = &child_thr->th.th_bar[bt].bb;
  515   kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb;
  572       kmp_bstate_t *child_bar = &child_thr->th.th_bar[bt].bb;
  634   kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb;
  739         kmp_bstate_t *child_bar = &child_thr->th.th_bar[bt].bb;
  839         &team->t.t_threads[thr_bar->parent_tid]->th.th_bar[bt].bb;
  844         &team->t.t_threads[thr_bar->parent_tid]->th.th_bar[bt].bb;
  866   kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb;
  941           kmp_bstate_t *child_bar = &child_thr->th.th_bar[bt].bb;
  974           kmp_bstate_t *child_bar = &child_thr->th.th_bar[bt].bb;
 1043   kmp_bstate_t *thr_bar = &this_thr->th.th_bar[bt].bb;
 1168               &team->t.t_threads[child_tid]->th.th_bar[bt].bb;
 1199             kmp_bstate_t *child_bar = &child_thr->th.th_bar[bt].bb;
 1226           kmp_bstate_t *child_bar = &child_thr->th.th_bar[bt].bb;
 1605         this_thr->th.th_bar[bs_plain_barrier].bb.b_arrived -=
projects/openmp/runtime/src/kmp_runtime.cpp
  463       gtid, &thr->th.th_bar[0], &thr->th.th_bar[bs_last_barrier],
  463       gtid, &thr->th.th_bar[0], &thr->th.th_bar[bs_last_barrier],
  466   __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_plain_barrier],
  467                                &thr->th.th_bar[bs_plain_barrier + 1],
  471   __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_forkjoin_barrier],
  472                                &thr->th.th_bar[bs_forkjoin_barrier + 1],
  477   __kmp_print_storage_map_gtid(gtid, &thr->th.th_bar[bs_reduction_barrier],
  478                                &thr->th.th_bar[bs_reduction_barrier + 1],
 1035         kmp_balign_t *balign = team->t.t_threads[i]->th.th_bar;
 2435         kmp_balign_t *balign = other_threads[i]->th.th_bar;
 3760       root_thread->th.th_bar[b].bb.b_arrived = KMP_INIT_BARRIER_STATE;
 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;
 5418           kmp_flag_64 fl(&th->th.th_bar[bs_forkjoin_barrier].bb.b_go, th);
 5552   kmp_balign_t *balign = this_th->th.th_bar;
 5865       kmp_flag_64 flag(&thread->th.th_bar[bs_forkjoin_barrier].bb.b_go, thread);
 8251         kmp_flag_64 fl(&thread->th.th_bar[bs_forkjoin_barrier].bb.b_go, thread);
projects/openmp/runtime/src/kmp_wait_release.h
  856     if (this_thr->th.th_bar[bt].bb.wait_flag == KMP_BARRIER_SWITCH_TO_OWN_FLAG)
  861       this_thr->th.th_bar[bt].bb.wait_flag = KMP_BARRIER_SWITCHING;
  862       kmp_flag_64 flag(&this_thr->th.th_bar[bt].bb.b_go,