summaryrefslogtreecommitdiff
path: root/test/testatomic.c
Commit message (Expand)AuthorAgeFilesLines
...
* No pthread_setconcurrency here on Darwin.William A. Rowe Jr2002-12-291-1/+1
* Testatomic needs to be run on all platforms. Adding a platform specificRyan Bloom2002-12-061-10/+2
* Remove the apr_thread_once test from testatomic.c. We already test thatRyan Bloom2002-12-061-23/+0
* fix the label on one of the new testsBrian Pane2002-10-191-1/+1
* updated testatomic to cover apr_atomic_casptrBrian Pane2002-10-191-1/+28
* Test all of the atomic math operations in the multithreadedBrian Pane2002-09-221-1/+4
* We shouldn't presume any specific int sizes here, no?William A. Rowe Jr2002-07-021-2/+2
* - Make this more legible (style police)Justin Erenkrantz2002-05-011-53/+71
* Fix a compile break:Cliff Woolley2002-04-181-2/+2
* Remove all uses of the apr_lock.h API from the tests.Aaron Bannert2002-04-091-6/+5
* get this working on OS/390.Greg Ames2002-03-221-1/+1
* apr_atomic_dec now returns zero if the value is zero.Ian Holsman2002-03-161-1/+12
* freebsd atomic support will only be available in 5Ian Holsman2002-03-151-1/+1
* Since atomic_t isn't available on FreeBSD < 4, don't test it.Ben Laurie2002-03-141-0/+10
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Added NETWARE to the WIN32 #ifdefBradley Nicholes2002-02-261-2/+2
* linux compatibility checksIan Holsman2002-02-201-11/+8
* enable sun-sparc specific codeIan Holsman2002-02-191-1/+0
* re-introduce the CAS apr call.Ian Holsman2002-02-191-20/+84
* basic test for non-threaded machinesIan Holsman2002-02-181-3/+24
* remove CAS option as linux doesn't support it out of the boxIan Holsman2002-02-161-34/+47
* tester for apr_atomicIan Holsman2002-02-121-0/+247