summaryrefslogtreecommitdiff
path: root/test/globalmutexchild.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the typo.Joe Orton2006-08-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428317 13f79535-47bb-0310-9956-ffa450edef68
* Update license header.Joe Orton2006-08-031-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428313 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
* * test/globalmutexchild.c: Fix compiler warning.Joe Orton2004-06-041-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65152 13f79535-47bb-0310-9956-ffa450edef68
* Various test suite improvements to actually test the global mutex code with allJustin Erenkrantz2004-06-041-1/+12
| | | | | | | | | | | | of the available methods. abts.c: Properly strip prefix and .c extension (was broken if . character is in your path!); specify 'testfoo' rather than 'path/to/testfoo' now globalmutexchild.c: Pass along the mutex mechanism to the child via args[1]. testglobalmutex.c: Invoke test for every global mutex method available. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65148 13f79535-47bb-0310-9956-ffa450edef68
* Port testglobalmutex to the unified framework. There is a hack inRyan Bloom2004-03-151-0/+51
globalmutexchild.c in that we create the mutex before we call child_init. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64999 13f79535-47bb-0310-9956-ffa450edef68