Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/atomic: lower the iteration counts with spinlock-emulated atomics | David Vašek | 2024-12-12 | 1 | -3/+10 |
* | tests: fix usage of new atomic in code -- test_atomic.c | Jan Hák | 2024-12-11 | 1 | -9/+19 |
* | tests/atomic: silence false positive Coverity warning (missing lock) | David Vašek | 2024-05-06 | 1 | -3/+6 |
* | tests/atomic: workaround for a GCC optimization bug on i386 | David Vašek | 2024-05-06 | 1 | -10/+13 |
* | tests/atomic: finish the thread early once an invalid value occurs | David Vašek | 2024-05-06 | 1 | -0/+1 |
* | contrib/atomic: add an atomic exchange macro | David Vašek | 2024-04-30 | 1 | -4/+67 |
* | contrib: universal atomic operations | David Vašek | 2023-11-14 | 1 | -0/+95 |