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

1 2

  /external/libcxx/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,
78 assert(obj.compare_exchange_weak(x, false) == true);
81 assert(obj.compare_exchange_weak(x, true,
87 assert(obj.compare_exchange_weak(x, false,
133 assert(obj.compare_exchange_weak(x, false) == true);
136 assert(obj.compare_exchange_weak(x, true,
142 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,
96 assert(obj.compare_exchange_weak(x, T(2)) == true);
99 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,
113 assert(obj.compare_exchange_weak(x, T(2)) == true);
116 assert(obj.compare_exchange_weak(x, T(1)) == false);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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,
78 assert(obj.compare_exchange_weak(x, false) == true);
81 assert(obj.compare_exchange_weak(x, true,
87 assert(obj.compare_exchange_weak(x, false,
133 assert(obj.compare_exchange_weak(x, false) == true);
136 assert(obj.compare_exchange_weak(x, true,
142 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,
96 assert(obj.compare_exchange_weak(x, T(2)) == true);
99 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,
113 assert(obj.compare_exchange_weak(x, T(2)) == true);
116 assert(obj.compare_exchange_weak(x, T(1)) == false);
  /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...]
  /art/runtime/
atomic.h 241 return this->compare_exchange_weak(expected_value, desired_value, std::memory_order_seq_cst);
252 return this->compare_exchange_weak(expected_value, desired_value, std::memory_order_relaxed);
259 return this->compare_exchange_weak(expected_value, desired_value, std::memory_order_acquire);
266 return this->compare_exchange_weak(expected_value, desired_value, std::memory_order_release);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/9/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
atomic_base.h 525 compare_exchange_weak(__int_type& __i1, __int_type __i2,
538 compare_exchange_weak(__int_type& __i1, __int_type __i2,
552 compare_exchange_weak(__int_type& __i1, __int_type __i2,
555 return compare_exchange_weak(__i1, __i2, __m,
560 compare_exchange_weak(__int_type& __i1, __int_type __i2,
563 return compare_exchange_weak(__i1, __i2, __m,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
atomic_base.h 525 compare_exchange_weak(__int_type& __i1, __int_type __i2,
538 compare_exchange_weak(__int_type& __i1, __int_type __i2,
552 compare_exchange_weak(__int_type& __i1, __int_type __i2,
555 return compare_exchange_weak(__i1, __i2, __m,
560 compare_exchange_weak(__int_type& __i1, __int_type __i2,
563 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,
  /prebuilts/ndk/9/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 1926 milliseconds

1 2