HomeSort by relevance Sort by last modified time
    Searched refs:compare_exchange_weak (Results 1 - 20 of 20) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.generic/
bool.pass.cpp 25 // bool compare_exchange_weak(T& expc, T desr,
27 // bool compare_exchange_weak(T& expc, T desr, memory_order s, memory_order f);
32 // bool compare_exchange_weak(T& expc, T desr,
34 // bool compare_exchange_weak(T& expc, T desr,
77 assert(obj.compare_exchange_weak(x, false) == true);
80 assert(obj.compare_exchange_weak(x, true,
86 assert(obj.compare_exchange_weak(x, false,
132 assert(obj.compare_exchange_weak(x, false) == true);
135 assert(obj.compare_exchange_weak(x, true,
141 assert(obj.compare_exchange_weak(x, false
    [all...]
address.pass.cpp 25 // bool compare_exchange_weak(T*& expc, T* desr,
27 // bool compare_exchange_weak(T*& expc, T* desr,
33 // bool compare_exchange_weak(T*& expc, T* desr,
35 // bool compare_exchange_weak(T*& expc, T* desr,
95 assert(obj.compare_exchange_weak(x, T(2)) == true);
98 assert(obj.compare_exchange_weak(x, T(1)) == false);
integral.pass.cpp 26 // bool compare_exchange_weak(integral& expc, integral desr,
28 // bool compare_exchange_weak(integral& expc, integral desr,
34 // bool compare_exchange_weak(integral& expc, integral desr,
36 // bool compare_exchange_weak(integral& expc, integral desr,
112 assert(obj.compare_exchange_weak(x, T(2)) == true);
115 assert(obj.compare_exchange_weak(x, T(1)) == false);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomic_0.h 142 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic0::atomic_address
152 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic0::atomic_address
155 return compare_exchange_weak(__v1, __v2, __m,
334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
347 return compare_exchange_weak(__i1, __i2, __m,
435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic0::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
440 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic0::atomic_bool
442 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
atomic_2.h 136 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic2::atomic_address
141 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic2::atomic_address
144 return compare_exchange_weak(__v1, __v2, __m,
328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
336 return compare_exchange_weak(__i1, __i2, __m,
430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic2::atomic_bool
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
435 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic2::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 142 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic0::atomic_address
152 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic0::atomic_address
155 return compare_exchange_weak(__v1, __v2, __m,
334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
347 return compare_exchange_weak(__i1, __i2, __m,
435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic0::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
440 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic0::atomic_bool
442 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
atomic_2.h 136 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic2::atomic_address
141 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic2::atomic_address
144 return compare_exchange_weak(__v1, __v2, __m,
328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
336 return compare_exchange_weak(__i1, __i2, __m,
430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic2::atomic_bool
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
435 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic2::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 142 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic0::atomic_address
152 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic0::atomic_address
155 return compare_exchange_weak(__v1, __v2, __m,
334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
347 return compare_exchange_weak(__i1, __i2, __m,
435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic0::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
440 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic0::atomic_bool
442 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
atomic_2.h 136 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic2::atomic_address
141 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic2::atomic_address
144 return compare_exchange_weak(__v1, __v2, __m,
328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
336 return compare_exchange_weak(__i1, __i2, __m,
430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic2::atomic_bool
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
435 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic2::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 142 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic0::atomic_address
152 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic0::atomic_address
155 return compare_exchange_weak(__v1, __v2, __m,
334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
347 return compare_exchange_weak(__i1, __i2, __m,
435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic0::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
440 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic0::atomic_bool
442 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
atomic_2.h 136 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic2::atomic_address
141 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic2::atomic_address
144 return compare_exchange_weak(__v1, __v2, __m,
328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
336 return compare_exchange_weak(__i1, __i2, __m,
430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic2::atomic_bool
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
435 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic2::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomic_0.h 142 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic0::atomic_address
152 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic0::atomic_address
155 return compare_exchange_weak(__v1, __v2, __m,
334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
347 return compare_exchange_weak(__i1, __i2, __m,
435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic0::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
440 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic0::atomic_bool
442 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
atomic_2.h 136 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic2::atomic_address
141 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic2::atomic_address
144 return compare_exchange_weak(__v1, __v2, __m,
328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
336 return compare_exchange_weak(__i1, __i2, __m,
430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic2::atomic_bool
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
435 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic2::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_2.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
326 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
331 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
334 return compare_exchange_weak(__i1, __i2, __m,
339 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
342 return compare_exchange_weak(__i1, __i2, __m,
atomic_0.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
331 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
341 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
344 return compare_exchange_weak(__i1, __i2, __m,
349 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
352 return compare_exchange_weak(__i1, __i2, __m,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_2.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
326 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
331 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
334 return compare_exchange_weak(__i1, __i2, __m,
339 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
342 return compare_exchange_weak(__i1, __i2, __m,
atomic_0.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
331 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
341 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
344 return compare_exchange_weak(__i1, __i2, __m,
349 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
352 return compare_exchange_weak(__i1, __i2, __m,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
326 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
331 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
334 return compare_exchange_weak(__i1, __i2, __m,
339 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
342 return compare_exchange_weak(__i1, __i2, __m,
atomic_0.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
331 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
341 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
344 return compare_exchange_weak(__i1, __i2, __m,
349 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
352 return compare_exchange_weak(__i1, __i2, __m,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 486 compare_exchange_weak(__int_type& __i1, __int_type __i2,
497 compare_exchange_weak(__int_type& __i1, __int_type __i2,
509 compare_exchange_weak(__int_type& __i1, __int_type __i2,
512 return compare_exchange_weak(__i1, __i2, __m,
517 compare_exchange_weak(__int_type& __i1, __int_type __i2,
520 return compare_exchange_weak(__i1, __i2, __m,

Completed in 147 milliseconds