]> git.kaiwu.me - haproxy.git/commit
MINOR: threads/atomic: implement pl_mb() in asm on x86
authorWilly Tarreau <w@1wt.eu>
Tue, 18 Jul 2017 13:01:39 +0000 (15:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 20 Nov 2017 19:45:47 +0000 (20:45 +0100)
commit01b8398b9ec8be853cd450e23dee50aba279c89f
treeae67734275f59ec25af2478104602a5ec631211f
parentf7ba77eb807a5511dbb115634b2e2781dfe83384
MINOR: threads/atomic: implement pl_mb() in asm on x86

[ plock commit 44081ea493dd78dab48076980e881748e9b33db5 ]

Older compilers (eg: gcc 3.4) don't provide __sync_synchronize() so let's
do it by hand on this platform.
include/import/atomic-ops.h