Lines Matching refs:__atomic_op_release
67 #define __atomic_op_release(op, args...) \ macro
97 __atomic_op_release(atomic_add_return, __VA_ARGS__)
133 __atomic_op_release(atomic_inc_return, __VA_ARGS__)
157 __atomic_op_release(atomic_sub_return, __VA_ARGS__)
193 __atomic_op_release(atomic_dec_return, __VA_ARGS__)
218 __atomic_op_release(atomic_fetch_add, __VA_ARGS__)
250 __atomic_op_release(atomic_fetch_inc, __VA_ARGS__)
274 __atomic_op_release(atomic_fetch_sub, __VA_ARGS__)
306 __atomic_op_release(atomic_fetch_dec, __VA_ARGS__)
330 __atomic_op_release(atomic_fetch_or, __VA_ARGS__)
354 __atomic_op_release(atomic_fetch_and, __VA_ARGS__)
389 __atomic_op_release(atomic_fetch_andnot, __VA_ARGS__)
413 __atomic_op_release(atomic_fetch_xor, __VA_ARGS__)
438 __atomic_op_release(atomic_xchg, __VA_ARGS__)
462 __atomic_op_release(atomic_cmpxchg, __VA_ARGS__)
509 __atomic_op_release(cmpxchg, __VA_ARGS__)
533 __atomic_op_release(cmpxchg64, __VA_ARGS__)
555 #define xchg_release(...) __atomic_op_release(xchg, __VA_ARGS__)
753 __atomic_op_release(atomic64_add_return, __VA_ARGS__)
789 __atomic_op_release(atomic64_inc_return, __VA_ARGS__)
814 __atomic_op_release(atomic64_sub_return, __VA_ARGS__)
850 __atomic_op_release(atomic64_dec_return, __VA_ARGS__)
875 __atomic_op_release(atomic64_fetch_add, __VA_ARGS__)
907 __atomic_op_release(atomic64_fetch_inc, __VA_ARGS__)
931 __atomic_op_release(atomic64_fetch_sub, __VA_ARGS__)
963 __atomic_op_release(atomic64_fetch_dec, __VA_ARGS__)
987 __atomic_op_release(atomic64_fetch_or, __VA_ARGS__)
1011 __atomic_op_release(atomic64_fetch_and, __VA_ARGS__)
1046 __atomic_op_release(atomic64_fetch_andnot, __VA_ARGS__)
1070 __atomic_op_release(atomic64_fetch_xor, __VA_ARGS__)
1095 __atomic_op_release(atomic64_xchg, __VA_ARGS__)
1119 __atomic_op_release(atomic64_cmpxchg, __VA_ARGS__)