summaryrefslogtreecommitdiff
path: root/test/testprocmutex.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-7/+7
* No longer return NOTIMPL for macOSJim Jagielski2017-04-071-5/+0
* locks: follow up to r1667900.Yann Ylavic2017-04-071-3/+3
* locks: follow up to r1790330.Yann Ylavic2017-04-061-0/+27
* Follow up to r1667900: don't fail test{proc,global}mutex ifYann Ylavic2017-04-031-6/+4
* Fix build on non-Unix.Jeff Trawick2015-04-051-5/+15
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-36/+83
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* The unnecessary inclusion of errno.h causes these test programs to fail to co...Paul Querna2006-06-211-1/+0
* * test/testprocmutex.c (make_child): Take trylock parameter.Joe Orton2006-04-261-4/+40
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Destroy the shared memory once the test finishes.David Reid2004-06-291-1/+6
* * test/testprocmutex.c (test_exclusive): Take lock type parameter.Joe Orton2004-06-141-5/+28
* Presently if we fail in apr_assert_success we get the line number forDavid Reid2004-06-071-2/+2
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-4/+4
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-12/+12
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* - more cleanups, add more error checkingJoe Orton2003-07-031-18/+38
* Pass NULL to apr_proc_mutex_create rather than the invented filenameJoe Orton2003-07-021-2/+1
* Fix typo.Joe Orton2003-07-021-1/+1
* CuTest-ify and clean up the testprocmutex test:Joe Orton2003-07-021-89/+53
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Call apr_initialize at startup of the child processes. You cannot haveRyan Bloom2002-11-201-0/+10
* Remove all uses of the apr_lock.h API from the tests.Aaron Bannert2002-04-091-1/+0
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Bring this up to date with the new shared memory API. This shouldAaron Bannert2002-02-011-2/+2
* get rid of the apr_shmem.h include file -- it messes up dependencies.Greg Stein2002-02-011-2/+2
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-291-1/+1
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-4/+4
* Default the lock to NULL, so that we can test the soon-to-be-committedRyan Bloom2001-09-241-2/+2
* Clean up a warning.Ryan Bloom2001-09-241-1/+1
* Cleanup some warnings.Ryan Bloom2001-09-241-4/+4
* Add a test for the new process mutex, and a CHANGES entry about theRyan Bloom2001-09-191-0/+193