summaryrefslogtreecommitdiff
path: root/test/testlock.c
Commit message (Expand)AuthorAgeFilesLines
* The failure to delete the conditional lock ws causing a hang on BeOS, sodreid2004-06-301-0/+2
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-9/+9
* * test/testlock.c (test_thread_rwlock): Catch ENOTIMPL.jorton2004-05-251-0/+4
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-26/+26
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-39/+39
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* * include/apr_thread_cond.h: Note when destroying a condvar givesjorton2003-12-291-7/+12
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Move CuAssertSuccess to apr_assert_success, and remove it from therbb2002-12-061-5/+5
* Use CuAssertSuccess for some rv==APR_SUCCESS checks which are currentlyjorton2002-12-061-5/+5
* Migrate testlock to the new test suite.rbb2002-12-031-250/+97
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-1/+1
* allow the testlock program to continue on systems where read/write lockstrawick2002-04-111-3/+9
* Remove all uses of the apr_lock.h API from the tests.aaron2002-04-091-216/+0
* 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-4/+4
* while on some platforms you can get away with the bug oftrawick2001-12-021-1/+3
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-4/+4
* Let's just make these consistent. All have declared prototypes now, andaaron2001-10-121-7/+9
* clean up some gcc warningstrawick2001-10-121-1/+1
* New test for apr_thread_cond_timedwait().aaron2001-10-121-0/+77
* I accidentally commented out this function in my last commit.rbb2001-09-151-3/+2
* This allows us to generate a valid Makefile on Visual C++ 7.0.rbb2001-09-151-2/+2
* Add condition variables to the APR set of locking functions.rbb2001-09-131-2/+143
* Update the testlock program, to use the new locking API as well as therbb2001-09-101-0/+163
* allow the name of a lock file to be specified on the command linetrawick2001-08-301-5/+28
* change some of the test programs to use exit status 0 fortrawick2001-08-011-1/+1
* More foonesswrowe2001-07-271-4/+4
* Bring testlock in line with the rest of the test apps and change the orderdreid2001-06-061-49/+63
* This adds a test to testlock for locking the same lock from the samedreid2001-06-061-18/+68
* Implement read write locks. This commit will support POSIX pthreadjerenkrantz2001-05-311-0/+250