summaryrefslogtreecommitdiff
path: root/include/import/atomic-ops.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: plock: use an ARMv8 instruction barrier for the pause instructionYour Name2020-11-291-0/+11
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2020-06-261-1/+1
* BUILD: threads/plock: fix a build issue on Clang without optimizationWilly Tarreau2017-11-201-13/+39
* MINOR: threads/build: atomic: replace the few inlines with macrosWilly Tarreau2017-11-201-24/+29
* MINOR: threads/atomic: implement pl_bts() on non-x86Willy Tarreau2017-11-201-0/+3
* MINOR: threads/atomic: implement pl_mb() in asm on x86Willy Tarreau2017-11-201-4/+18
* MINOR: threads/atomic: rename local variables in macros to avoid conflictsWilly Tarreau2017-11-201-4/+4
* MINOR: threads: Add atomic-ops and plock includes in import dirEmeric Brun2017-10-311-0/+510