]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: atomics: also replace __sync_synchronize() with __atomic_thread_fence()
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Apr 2025 09:59:31 +0000 (11:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 3 Apr 2025 09:59:31 +0000 (11:59 +0200)
commitf435a2e5184d160e3b8884d75bdff14d4e7bbb88
tree406cd7e00374b8b2c82b94798eef270719c77cb5
parent34e3b83f9c4795693d40761b1b077bdc5e1d794e
CLEANUP: atomics: also replace __sync_synchronize() with __atomic_thread_fence()

The drop of older compilers also allows us to focus on clearer
barriers, so let's use them.
include/haproxy/atomic.h