Lines Matching refs:__atomic_op_release
45 #define __atomic_op_release(op, args...) \ macro
75 __atomic_op_release(atomic_add_return, __VA_ARGS__)
99 __atomic_op_release(atomic_inc_return, __VA_ARGS__)
123 __atomic_op_release(atomic_sub_return, __VA_ARGS__)
147 __atomic_op_release(atomic_dec_return, __VA_ARGS__)
171 __atomic_op_release(atomic_xchg, __VA_ARGS__)
195 __atomic_op_release(atomic_cmpxchg, __VA_ARGS__)
227 __atomic_op_release(atomic64_add_return, __VA_ARGS__)
251 __atomic_op_release(atomic64_inc_return, __VA_ARGS__)
276 __atomic_op_release(atomic64_sub_return, __VA_ARGS__)
300 __atomic_op_release(atomic64_dec_return, __VA_ARGS__)
324 __atomic_op_release(atomic64_xchg, __VA_ARGS__)
348 __atomic_op_release(atomic64_cmpxchg, __VA_ARGS__)
372 __atomic_op_release(cmpxchg, __VA_ARGS__)
396 __atomic_op_release(cmpxchg64, __VA_ARGS__)
418 #define xchg_release(...) __atomic_op_release(xchg, __VA_ARGS__)