summaryrefslogtreecommitdiff
path: root/src/atomicvar.h
Commit message (Expand)AuthorAgeFilesLines
* Adding parentheses and do-while(0) to macros (#11080)Moti Cohen2022-08-031-1/+1
* Several (mostly Solaris-related) cleanups (#8171)Yossi Gottlieb2020-12-131-1/+1
* Implement redisAtomic to replace _Atomic C11 builtin (#7707)Wang Yuan2020-09-171-42/+67
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* several typos fixed, optimize MSETNX to avoid unnecessary loophujiecs2018-10-161-1/+1
* Fix typoJack Drogon2018-07-031-1/+1
* atomicvar.h: show used API in INFO. Add macro to force __sync builtin.antirez2017-05-101-6/+11
* Modules TSC: Improve inter-thread synchronization.antirez2017-05-091-7/+41
* Simplify atomicvar.h usage by having the mutex name implicit.antirez2017-05-041-15/+15
* Solaris fixes about tail usage and atomic vars.antirez2017-02-221-1/+1
* Remove "Hey!" warning...antirez2016-10-191-1/+0
* Better target MacOS on __atomic macros conditional compilation.antirez2016-10-171-1/+2
* Fixes compilation on MacOS 10.8.5, Clang tags/Apple/clang-421.0.57Pedro Melo2016-10-171-1/+1
* Atomic vars implemented in a more general way.antirez2015-10-011-0/+94