summaryrefslogtreecommitdiff
path: root/test/testcond.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-1/+1
* fix some obvious reversals of expected and actual values in invocations trawick2007-11-181-2/+2
* avoid passing function ptr in void *trawick2007-10-291-4/+16
* Davi indicates this test really isn't ready yet, but it would be worthwrowe2007-10-141-2/+4
* Solve two sets of issues, only two possible changes, in onewrowe2007-10-061-3/+3
* Fix the condvar trunk/test. Nothing equivilant in 1.2/0.9,wrowe2007-09-031-1/+1
* Improve WIN32 condition variables fairness by using a generation count. The c...davi2007-07-121-18/+16
* Guard use of apr_thread_mutex/cond_t under APR_HAS_THREADS.davi2007-07-021-1/+2
* Add new CV test program to the repository. Noticed by Joe Orton.davi2007-06-291-0/+657