Home
last modified time | relevance | path

Searched refs:memory_order_acq_rel (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Datomic_base.h61 memory_order_acq_rel, in _GLIBCXX_VISIBILITY() enumerator
89 return __m == memory_order_acq_rel ? memory_order_acquire in _GLIBCXX_VISIBILITY()
191 __glibcxx_assert(__b != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
202 __glibcxx_assert(__b != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
371 __glibcxx_assert(__b != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
383 __glibcxx_assert(__b != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
394 __glibcxx_assert(__b != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
404 __glibcxx_assert(__b != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
431 __glibcxx_assert(__b2 != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
445 __glibcxx_assert(__b2 != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Datomic_base.h58 memory_order_acq_rel, in _GLIBCXX_VISIBILITY() enumerator
66 return __m == memory_order_acq_rel ? memory_order_acquire in _GLIBCXX_VISIBILITY()
274 __glibcxx_assert(__m != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
284 __glibcxx_assert(__m != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
441 __glibcxx_assert(__m != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
452 __glibcxx_assert(__m != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
462 __glibcxx_assert(__m != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
471 __glibcxx_assert(__m != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
496 __glibcxx_assert(__m2 != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
508 __glibcxx_assert(__m2 != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/ginclude/
H A Dstdatomic.h35 memory_order_acq_rel = __ATOMIC_ACQ_REL, enumerator