summaryrefslogtreecommitdiff
path: root/test/testglobalmutex.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-2/+2
* Follow up to r1667900: don't fail test{proc,global}mutex ifYann Ylavic2017-04-031-0/+5
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-0/+3
* Solve two sets of issues, only two possible changes, in oneWilliam A. Rowe Jr2007-10-061-1/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * test/testglobalmutex.c (testglobalmutex): Fix declaration.Joe Orton2004-06-101-4/+2
* Use abts_log_message to log data about which test is being run.Ryan Bloom2004-06-091-0/+2
* Use the void *data parameter to test functions to pass in the lockRyan Bloom2004-06-091-47/+16
* Presently if we fail in apr_assert_success we get the line number forDavid Reid2004-06-071-5/+5
* * test/testglobalmutex.c: Fix compiler warnings.Joe Orton2004-06-041-1/+31
* Various test suite improvements to actually test the global mutex code with allJustin Erenkrantz2004-06-041-11/+57
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-3/+3
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-10/+10
* Fix a stupid paste-o in testglobalmutex.Ryan Bloom2004-03-151-1/+1
* Port testglobalmutex to the unified framework. There is a hack inRyan Bloom2004-03-151-119/+55
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* 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
* Add a new lock API: apr_global_mutex_tAaron Bannert2002-02-181-0/+193