summaryrefslogtreecommitdiff
path: root/test/testlockperf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-6/+6
* locks: follow up to r1790488, r1790521 and r1790523: likewise for the tests.ylavic2017-04-071-1/+1
* locks: follow up to r1667900.ylavic2017-04-071-1/+1
* make internal function static to avoid a warningtrawick2015-04-041-1/+1
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().ylavic2015-03-191-1/+63
* don't spend 10 minutes in testlockperf during make test/check on Windowstrawick2013-10-121-8/+12
* easy fixes for a few warnings about unused variablestrawick2012-09-231-5/+1
* * test/testlockperf.c: Silence gcc warning from missing type.jorton2007-10-161-1/+1
* Even if ignored, it's nice to have all of our tests acceptwrowe2007-10-141-1/+5
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-1/+1
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Make testlockperf run the same 3 lock tests for increasing numbers ofaaron2002-10-101-77/+75
* Proof that (UNNESTED) was a bad default on Win32;wrowe2002-07-111-2/+2
* Remove all uses of the apr_lock.h API from the tests.aaron2002-04-091-142/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-3/+3
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-3/+58
* That fourth test is the rwlock test not the mutex test.jerenkrantz2001-09-161-2/+2
* don't need this header anymore at all, it was just a leftoverjwoolley2001-09-161-3/+0
* Protect including a header file that doesn't exist on Windowsrbb2001-09-151-0/+2
* This test attempts to asses the performance characterists of various mutexianh2001-09-101-0/+408