summaryrefslogtreecommitdiff
path: root/test/testcond.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905414 13f79535-47bb-0310-9956-ffa450edef68
* fix some obvious reversals of expected and actual values in invocations Jeff Trawick2007-11-181-2/+2
| | | | | | | of ABTS_INT_EQUAL et al git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@596028 13f79535-47bb-0310-9956-ffa450edef68
* avoid passing function ptr in void *Jeff Trawick2007-10-291-4/+16
| | | | | | | (AIX c compiler barfs in picky mode) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@589844 13f79535-47bb-0310-9956-ffa450edef68
* Davi indicates this test really isn't ready yet, but it would be worthWilliam A. Rowe Jr2007-10-141-2/+4
| | | | | | | | introducing one if it's results become meaningful. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@584563 13f79535-47bb-0310-9956-ffa450edef68
* Solve two sets of issues, only two possible changes, in oneWilliam A. Rowe Jr2007-10-061-3/+3
| | | | | | | | | | | batch commit; * P64 architectures require us to use ABTS_SIZE_EQUAL * We need to localize to TESTBINPATH for win32 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@582544 13f79535-47bb-0310-9956-ffa450edef68
* Fix the condvar trunk/test. Nothing equivilant in 1.2/0.9,William A. Rowe Jr2007-09-031-1/+1
| | | | | | so nothing to backport. Quiets nasty double->int truncation. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@572455 13f79535-47bb-0310-9956-ffa450edef68
* Improve WIN32 condition variables fairness by using a generation count. The ↵Davi Arnaut2007-07-121-18/+16
| | | | | | | | | count assures that one thread won't steal wakeups from other threads in the queue. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@555730 13f79535-47bb-0310-9956-ffa450edef68
* Guard use of apr_thread_mutex/cond_t under APR_HAS_THREADS.Davi Arnaut2007-07-021-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@552585 13f79535-47bb-0310-9956-ffa450edef68
* Add new CV test program to the repository. Noticed by Joe Orton.Davi Arnaut2007-06-291-0/+657
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@552025 13f79535-47bb-0310-9956-ffa450edef68