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

References

lib/Support/ManagedStatic.cpp
   42       Ptr.store(Tmp, std::memory_order_release);
projects/openmp/runtime/src/kmp_tasking.cpp
 2330     KMP_ATOMIC_ST_REL(&team->t.t_tg_reduce_data[is_ws], reduce_data);
 2524         KMP_ATOMIC_ST_REL(&t->t.t_tg_reduce_data[0], NULL);
 2542         KMP_ATOMIC_ST_REL(&t->t.t_tg_reduce_data[1], NULL);
tools/lldb/source/Utility/Log.cpp
   95     m_channel.log_ptr.store(this, std::memory_order_relaxed);
  105     m_channel.log_ptr.store(nullptr, std::memory_order_relaxed);
  354     c.second.m_channel.log_ptr.store(nullptr, std::memory_order_relaxed);