summaryrefslogtreecommitdiff
path: root/test/testlockperf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-6/+6
* locks: follow up to r1790488, r1790521 and r1790523: likewise for the tests.Yann Ylavic2017-04-071-1/+1
* locks: follow up to r1667900.Yann Ylavic2017-04-071-1/+1
* make internal function static to avoid a warningJeff Trawick2015-04-041-1/+1
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-1/+63
* don't spend 10 minutes in testlockperf during make test/check on WindowsJeff Trawick2013-10-121-8/+12
* easy fixes for a few warnings about unused variablesJeff Trawick2012-09-231-5/+1
* * test/testlockperf.c: Silence gcc warning from missing type.Joe Orton2007-10-161-1/+1
* Even if ignored, it's nice to have all of our tests acceptWilliam A. Rowe Jr2007-10-141-1/+5
* 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
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-1/+1
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Make testlockperf run the same 3 lock tests for increasing numbers ofAaron Bannert2002-10-101-77/+75
* Proof that (UNNESTED) was a bad default on Win32;William A. Rowe Jr2002-07-111-2/+2
* Remove all uses of the apr_lock.h API from the tests.Aaron Bannert2002-04-091-142/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-291-3/+3
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byAaron Bannert2001-10-171-3/+58
* That fourth test is the rwlock test not the mutex test.Justin Erenkrantz2001-09-161-2/+2
* don't need this header anymore at all, it was just a leftoverCliff Woolley2001-09-161-3/+0
* Protect including a header file that doesn't exist on WindowsRyan Bloom2001-09-151-0/+2
* This test attempts to asses the performance characterists of various mutexIan Holsman2001-09-101-0/+408