HomeSort by: relevance | last modified time | path
    Searched defs:atomic_compare_exchange_weak_explicit (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
shared_ptr.h 599 bool atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, function in namespace:experimental::fundamentals_v2
604 { return std::atomic_compare_exchange_weak_explicit<_Tp>(__p, __v, __w,
shared_ptr.h 599 bool atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, function in namespace:experimental::fundamentals_v2
604 { return std::atomic_compare_exchange_weak_explicit<_Tp>(__p, __v, __w,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
shared_ptr.h 599 bool atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, function in namespace:experimental::fundamentals_v2
604 { return std::atomic_compare_exchange_weak_explicit<_Tp>(__p, __v, __w,
shared_ptr.h 599 bool atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, function in namespace:experimental::fundamentals_v2
604 { return std::atomic_compare_exchange_weak_explicit<_Tp>(__p, __v, __w,
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
shared_ptr_atomic.h 300 atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, function
316 return std::atomic_compare_exchange_weak_explicit(__p, __v,
357 atomic_compare_exchange_weak_explicit(__shared_ptr<_Tp, _Lp>* __p, function
374 return std::atomic_compare_exchange_weak_explicit(__p, __v,
shared_ptr_atomic.h 300 atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, function
316 return std::atomic_compare_exchange_weak_explicit(__p, __v,
357 atomic_compare_exchange_weak_explicit(__shared_ptr<_Tp, _Lp>* __p, function
374 return std::atomic_compare_exchange_weak_explicit(__p, __v,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
shared_ptr_atomic.h 282 atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, function
297 return std::atomic_compare_exchange_weak_explicit(__p, __v,
335 atomic_compare_exchange_weak_explicit(__shared_ptr<_Tp, _Lp>* __p, function
351 return std::atomic_compare_exchange_weak_explicit(__p, __v,
shared_ptr_atomic.h 282 atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, function
297 return std::atomic_compare_exchange_weak_explicit(__p, __v,
335 atomic_compare_exchange_weak_explicit(__shared_ptr<_Tp, _Lp>* __p, function
351 return std::atomic_compare_exchange_weak_explicit(__p, __v,
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
stdatomic.h 142 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
164 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
197 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
222 atomic_compare_exchange_weak_explicit(obj, expected, desired, \
stdatomic.h 142 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
164 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
197 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
222 atomic_compare_exchange_weak_explicit(obj, expected, desired, \
  /src/external/mpl/dhcp/bind/include/isc/
stdatomic.h 140 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
162 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
195 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
220 atomic_compare_exchange_weak_explicit(obj, expected, desired, \
stdatomic.h 140 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
162 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
195 #define atomic_compare_exchange_weak_explicit(obj, expected, desired, succ, \ macro
220 atomic_compare_exchange_weak_explicit(obj, expected, desired, \
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdatomic.h 130 #define atomic_compare_exchange_weak_explicit __c11_atomic_compare_exchange_weak macro
stdatomic.h 130 #define atomic_compare_exchange_weak_explicit __c11_atomic_compare_exchange_weak macro
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
shared_ptr.h 1843 atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, function
shared_ptr.h 1843 atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, function
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdatomic.h 183 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
195 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
stdatomic.h 183 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
195 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdatomic.h 175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
stdatomic.h 175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ macro
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \

Completed in 115 milliseconds