summaryrefslogtreecommitdiff
path: root/src/util/u_atomic.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-22util/atomic: fix return type of p_atomic_add_return() fallbackEric Engestrom1-1/+1
2019-12-09util/atomic: Fix p_atomic_add for unlocked and msvc pathsRoland Scheidegger1-2/+2
2019-12-05util/atomic: Add p_atomic_add_return for the unlocked pathJason Ekstrand1-1/+1
2019-12-05util/atomic: Add a _return variant of p_atomic_addJason Ekstrand1-2/+15
2019-10-16util/u_atomic: fix return type of p_atomic_{inc,dec}_return() and p_atomic_{c...Eric Engestrom1-4/+4
2019-10-16util: Make Solaris implemention of p_atomic_add work with gccAlan Coopersmith1-2/+2
2017-11-09util/u_atomic: add p_atomic_xchgNicolai Hähnle1-1/+31
2016-10-05util: use GCC atomic intrinsics with explicit memory modelNicolai Hähnle1-0/+21
2016-02-12util/u_atomic: Remove MSVC 2008 support.Jose Fonseca1-59/+0
2015-03-06include: Add helper header to help trap includes inside extern C.José Fonseca1-0/+2
2015-02-17Use __typeof instead of typeof with Solaris Studio compilersAlan Coopersmith1-3/+3
2015-02-12util/u_atomic: Use lower-case variables in _Interlocked* helpers.Jose Fonseca1-33/+33
2015-02-12util/u_atomic: Add _InterlockedExchangeAdd8/16 for older MSVC.Jose Fonseca1-4/+33
2015-02-09util/u_atomic: Add new macro p_atomic_addCarl Worth1-0/+16
2015-01-30util/u_atomic: Provide a _InterlockedCompareExchange8 for older MSVC.José Fonseca1-1/+29
2015-01-30util/u_atomic: Use _Interlocked* intrinsics for non 64bits.José Fonseca1-12/+12
2014-12-17util: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-01util/u_atomic: Fix the unlocked implementation.José Fonseca1-6/+6
2014-12-01util: Make u_atomic.h typeless.Matt Turner1-113/+93
2014-12-01util: Use stdbool.h's bool rather than "boolean".Matt Turner1-3/+5
2014-12-01util: Remove u_atomic.h's GCC inline assembly.Matt Turner1-122/+0
2014-12-01util: Remove u_atomic.h's MSVC inline assembly.Matt Turner1-70/+0
2014-12-01util: Remove u_atomic.h's Gallium dependence.Matt Turner1-9/+6
2014-12-01util: s/INLINE/inline/ in u_atomic.h.Matt Turner1-29/+29
2014-12-01util: Move u_atomic.h to src/util.Matt Turner1-0/+401