Home | History | Annotate | Download | only in gdbsupport

Lines Matching refs:atomic

22 #include <atomic>
82 /* Make sure packed can be wrapped with std::atomic. */
115 /* Add some comparisons between std::atomic<packed<T>> and packed<T>
116 and T. We need this because even though std::atomic<T> doesn't
120 conversions to go from T to packed<T> to std::atomic<packed<T>>
125 bool operator OP (const std::atomic<packed<T, Bytes>> &lhs, \
126 const std::atomic<packed<T, Bytes>> &rhs) \
132 bool operator OP (T lhs, const std::atomic<packed<T, Bytes>> &rhs) \
138 bool operator OP (const std::atomic<packed<T, Bytes>> &lhs, T rhs) \
144 bool operator OP (const std::atomic<packed<T, Bytes>> &lhs, \
152 const std::atomic<packed<T, Bytes>> &rhs) \