summaryrefslogtreecommitdiff
path: root/tests/test-atomic.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uses of ATOMIC_VAR_INIT.Fangrui Song2023-03-061-6/+6
* ovs-atomic: Reintroduce atomic_uint64_t and atomic_int64_t.Ben Pfaff2017-10-061-0/+2
* test-atomic: Bump test duration for multi-thread testsYAMAMOTO Takashi2015-11-261-3/+4
* ovs_threads: Avoid running pthread destructors from main thread exit.Gurucharan Shetty2015-05-271-0/+2
* test-atomic: Stop testing when running slow.Jarno Rajahalme2015-01-131-4/+36
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-1/+1
* lib/ovs-atomic-i586: Faster 64-bit atomics on 32-bit builds with SSE.Jarno Rajahalme2014-10-021-13/+15
* test-atomic: Fix warnings for GCC4.9 and sparseDaniele Di Proietto2014-08-061-3/+3
* tests/test-atomic: Cover more of the atomic API.Jarno Rajahalme2014-08-051-1/+290
* ovs-atomic: Remove atomic_uint64_t and atomic_int64_t.Simon Horman2014-05-161-2/+0
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-4/+6
* ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.Ben Pfaff2014-03-131-3/+1
* ovs-atomic: Add atomic_destroy() and use everywhere it is needed.Ben Pfaff2014-01-081-0/+2
* tests: Fix build on FreeBSDEd Maste2013-08-171-2/+2
* ovs-atomic-pthreads: Fix "has incomplete type" error.Alex Wang2013-07-311-0/+12
* test-atomic: Re-enable atomic read-write-modify tests.Ben Pfaff2013-07-311-1/+26
* test-atomic: Drop atomic read-modify-write tests for the moment.Ben Pfaff2013-06-291-26/+1
* ovs-atomic: New library for atomic operations.Ben Pfaff2013-06-281-0/+94