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

References

projects/openmp/runtime/src/kmp_alloc.cpp
  265   void *p = TCR_SYNC_PTR(th->th.th_local.bget_list);
  270       volatile void *old_value = TCR_SYNC_PTR(th->th.th_local.bget_list);
  271       while (!KMP_COMPARE_AND_STORE_PTR(&th->th.th_local.bget_list,
  274         old_value = TCR_SYNC_PTR(th->th.th_local.bget_list);
  307       brel(th, buf);