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

References

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,
  864       __kmp_wait_64(this_thr, &flag, TRUE USE_ITT_BUILD_ARG(itt_sync_obj));