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