summaryrefslogtreecommitdiffstats
path: root/tests/contrib/test_atomic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/atomic: lower the iteration counts with spinlock-emulated atomicsDavid Vašek2024-12-121-3/+10
* tests: fix usage of new atomic in code -- test_atomic.cJan Hák2024-12-111-9/+19
* tests/atomic: silence false positive Coverity warning (missing lock)David Vašek2024-05-061-3/+6
* tests/atomic: workaround for a GCC optimization bug on i386David Vašek2024-05-061-10/+13
* tests/atomic: finish the thread early once an invalid value occursDavid Vašek2024-05-061-0/+1
* contrib/atomic: add an atomic exchange macroDavid Vašek2024-04-301-4/+67
* contrib: universal atomic operationsDavid Vašek2023-11-141-0/+95