summaryrefslogtreecommitdiff
path: root/test/testatomic.c
Commit message (Expand)AuthorAgeFilesLines
* We shouldn't presume any specific int sizes here, no?wrowe2002-07-021-2/+2
* - Make this more legible (style police)jerenkrantz2002-05-011-53/+71
* Fix a compile break:jwoolley2002-04-181-2/+2
* Remove all uses of the apr_lock.h API from the tests.aaron2002-04-091-6/+5
* get this working on OS/390.gregames2002-03-221-1/+1
* apr_atomic_dec now returns zero if the value is zero.ianh2002-03-161-1/+12
* freebsd atomic support will only be available in 5ianh2002-03-151-1/+1
* Since atomic_t isn't available on FreeBSD < 4, don't test it.ben2002-03-141-0/+10
* Update our copyright for this year.fielding2002-03-131-1/+1
* Added NETWARE to the WIN32 #ifdefbnicholes2002-02-261-2/+2
* linux compatibility checksianh2002-02-201-11/+8
* enable sun-sparc specific codeianh2002-02-191-1/+0
* re-introduce the CAS apr call.ianh2002-02-191-20/+84
* basic test for non-threaded machinesianh2002-02-181-3/+24
* remove CAS option as linux doesn't support it out of the boxianh2002-02-161-34/+47
* tester for apr_atomicianh2002-02-121-0/+247