commit | 01b8398b9ec8be853cd450e23dee50aba279c89f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jul 18 15:01:39 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 20 20:45:47 2017 +0100 |
tree | ae67734275f59ec25af2478104602a5ec631211f | |
parent | f7ba77eb807a5511dbb115634b2e2781dfe83384 [diff] |
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.