Searched refs:cmpxchg_weak_loop (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libcxx/test/std/atomics/atomics.types.generic/ |
H A D | bool.pass.cpp | 83 assert(cmpxchg_weak_loop(obj, x, false) == true); in main() 92 assert(cmpxchg_weak_loop(obj, x, false, in main() 140 assert(cmpxchg_weak_loop(obj, x, false) == true); in main() 149 assert(cmpxchg_weak_loop(obj, x, false, in main() 197 assert(cmpxchg_weak_loop(obj, x, false) == true); in main() 206 assert(cmpxchg_weak_loop(obj, x, false, in main()
|
H A D | address.pass.cpp | 103 assert(cmpxchg_weak_loop(obj, x, T(2)) == true); in do_test()
|
H A D | integral.pass.cpp | 122 assert(cmpxchg_weak_loop(obj, x, T(2)) == true); in do_test()
|
/llvm-project/libcxx/test/support/ |
H A D | cmpxchg_loop.h | 12 bool cmpxchg_weak_loop(A& atomic, typename A::value_type& expected, typename A::value_type desired)… in cmpxchg_weak_loop() function 23 bool cmpxchg_weak_loop(A& atomic, typename A::value_type& expected, typename A::value_type desired, in cmpxchg_weak_loop() function
|