HomeSort by: relevance | last modified time | path
    Searched refs:atomic_exchange_explicit (Results 1 - 23 of 23) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
atomic.h 43 atomic_exchange_explicit((o), (v), memory_order_relaxed)
65 atomic_exchange_explicit((o), (v), memory_order_acquire)
67 atomic_exchange_explicit((o), (v), memory_order_acq_rel)
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
atomic.h 42 atomic_exchange_explicit((o), (v), memory_order_relaxed)
67 atomic_exchange_explicit((o), (v), memory_order_acq_rel)
  /src/external/mpl/dhcp/bind/include/isc/
atomic.h 44 atomic_exchange_explicit((o), (v), memory_order_relaxed)
69 atomic_exchange_explicit((o), (v), memory_order_acq_rel)
stdatomic.h 144 #define atomic_exchange_explicit(obj, desired, order) \ macro
165 #define atomic_exchange_explicit(obj, desired, order) \ macro
199 #define atomic_exchange_explicit(obj, desired, order) \ macro
224 atomic_exchange_explicit(obj, desired, memory_order_seq_cst)
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
stdatomic.h 146 #define atomic_exchange_explicit(obj, desired, order) \ macro
167 #define atomic_exchange_explicit(obj, desired, order) \ macro
201 #define atomic_exchange_explicit(obj, desired, order) \ macro
226 atomic_exchange_explicit(obj, desired, memory_order_seq_cst)
  /src/external/apache2/llvm/dist/libcxx/src/experimental/
memory_resource.cpp 103 return _VSTD::atomic_exchange_explicit(
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
atomic_c11.h 43 return atomic_exchange_explicit(a, val, mo); \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
atomic_c11.h 43 return atomic_exchange_explicit(a, val, mo); \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
atomic_c11.h 45 return atomic_exchange_explicit(a, val, mo); \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
atomic_c11.h 45 return atomic_exchange_explicit(a, val, mo); \
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdatomic.h 153 #define atomic_exchange_explicit(PTR, VAL, MO) \ macro
165 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdatomic.h 145 #define atomic_exchange_explicit(PTR, VAL, MO) \ macro
157 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdatomic.h 124 #define atomic_exchange_explicit __c11_atomic_exchange macro
opencl-c.h 13462 int __ovld atomic_exchange_explicit(volatile atomic_int *object, int desired, memory_order order);
13463 int __ovld atomic_exchange_explicit(volatile atomic_int *object, int desired, memory_order order, memory_scope scope);
13465 uint __ovld atomic_exchange_explicit(volatile atomic_uint *object, uint desired, memory_order order);
13466 uint __ovld atomic_exchange_explicit(volatile atomic_uint *object, uint desired, memory_order order, memory_scope scope);
13468 float __ovld atomic_exchange_explicit(volatile atomic_float *object, float desired, memory_order order);
13469 float __ovld atomic_exchange_explicit(volatile atomic_float *object, float desired, memory_order order, memory_scope scope);
13473 double __ovld atomic_exchange_explicit(volatile atomic_double *object, double desired, memory_order order);
13474 double __ovld atomic_exchange_explicit(volatile atomic_double *object, double desired, memory_order order, memory_scope scope);
13477 long __ovld atomic_exchange_explicit(volatile atomic_long *object, long desired, memory_order order);
13478 long __ovld atomic_exchange_explicit(volatile atomic_long *object, long desired, memory_order order, memory_scope scope)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
stdatomic.h 106 using std::atomic_exchange_explicit;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdatomic.h 105 using std::atomic_exchange_explicit;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
shared_ptr_atomic.h 214 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, function
227 return std::atomic_exchange_explicit(__p, std::move(__r),
234 atomic_exchange_explicit(__shared_ptr<_Tp, _Lp>* __p, function
248 return std::atomic_exchange_explicit(__p, std::move(__r),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
shared_ptr_atomic.h 202 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, function
214 return std::atomic_exchange_explicit(__p, std::move(__r),
220 atomic_exchange_explicit(__shared_ptr<_Tp, _Lp>* __p, function
233 return std::atomic_exchange_explicit(__p, std::move(__r),
  /src/external/mit/libuv/dist/src/
uv-common.h 74 atomic_exchange_explicit((_Atomic int*)(p), v, memory_order_relaxed)
  /src/sys/kern/
subr_thmap.c 139 #define atomic_exchange_explicit(o, n, m1) atomic_swap_ptr((o), (n)) macro
996 return atomic_exchange_explicit(&thmap->gc_list, NULL,
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
shared_ptr.h 581 atomic_exchange_explicit(const shared_ptr<_Tp>* __p, function in namespace:experimental::fundamentals_v2
584 { return std::atomic_exchange_explicit<_Tp>(__p, __r, __mo); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
shared_ptr.h 581 atomic_exchange_explicit(const shared_ptr<_Tp>* __p, function in namespace:experimental::fundamentals_v2
584 { return std::atomic_exchange_explicit<_Tp>(__p, __r, __mo); }
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
shared_ptr.h 1794 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, memory_order) function

Completed in 43 milliseconds