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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 4359   new_thr->th.th_blocking = false;
 6051       while (thr && KMP_ATOMIC_LD_ACQ(&thr->th.th_blocking))
projects/openmp/runtime/src/kmp_wait_release.h
  195     KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, true);
  414       KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, false);
  419       KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, true);
  458     KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, false);