summaryrefslogtreecommitdiff
path: root/test/testlock.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-13/+13
* test/testlock: Fix -Werror=return-typeYann Ylavic2022-06-231-0/+2
* * test/testlock.c (thread_mutex_function): Test that locking andJoe Orton2021-07-021-17/+36
* * test/testlock.c (test_timeoutmutex): Fix test to avoid undefinedJoe Orton2020-06-011-4/+50
* Follow-up to r1866300: Add missing return value in test function.Ivan Zhakov2019-09-091-0/+2
* Add test for WAIT_ABANDONED handling for win32 mutexes. Code works asIvan Zhakov2019-09-031-0/+42
* Add simple tests for nested and unnested thread mutexes.Ivan Zhakov2019-05-281-0/+50
* Fix testlock failures on platforms where default mutex is nested.Ivan Zhakov2019-05-271-1/+4
* * test/testlock.c (test_timeoutcond): Increase fudge factor inJoe Orton2017-09-191-1/+1
* locks: follow up to r1790488, r1790521 and r1790523: likewise for the tests.Yann Ylavic2017-04-071-3/+3
* locks: follow up to r1667900.Yann Ylavic2017-04-071-2/+2
* Add in our own pthread_mutex_timedlock impl for those OSs, likeJim Jagielski2017-04-041-1/+1
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-1/+72
* * test/testlock.c: Revert 502048, accidentally snuck in with Joe Orton2007-03-011-4/+4
* Implement a BASEDIR build environment variable to allow the NetWare build to ...Bradley Nicholes2007-01-311-4/+4
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Fix an assert that occurs when you destroy a rwlock on win32 and later clearGarrett Rooney2006-01-221-0/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* The failure to delete the conditional lock ws causing a hang on BeOS, soDavid Reid2004-06-301-0/+2
* Presently if we fail in apr_assert_success we get the line number forDavid Reid2004-06-071-9/+9
* * test/testlock.c (test_thread_rwlock): Catch ENOTIMPL.Joe Orton2004-05-251-0/+4
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-26/+26
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-39/+39
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* * include/apr_thread_cond.h: Note when destroying a condvar givesJoe Orton2003-12-291-7/+12
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Move CuAssertSuccess to apr_assert_success, and remove it from theRyan Bloom2002-12-061-5/+5
* Use CuAssertSuccess for some rv==APR_SUCCESS checks which are currentlyJoe Orton2002-12-061-5/+5
* Migrate testlock to the new test suite.Ryan Bloom2002-12-031-250/+97
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-051-1/+1
* allow the testlock program to continue on systems where read/write locksJeff Trawick2002-04-111-3/+9
* Remove all uses of the apr_lock.h API from the tests.Aaron Bannert2002-04-091-216/+0
* 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-4/+4
* while on some platforms you can get away with the bug ofJeff Trawick2001-12-021-1/+3
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byAaron Bannert2001-10-171-4/+4
* Let's just make these consistent. All have declared prototypes now, andAaron Bannert2001-10-121-7/+9
* clean up some gcc warningsJeff Trawick2001-10-121-1/+1
* New test for apr_thread_cond_timedwait().Aaron Bannert2001-10-121-0/+77
* I accidentally commented out this function in my last commit.Ryan Bloom2001-09-151-3/+2
* This allows us to generate a valid Makefile on Visual C++ 7.0.Ryan Bloom2001-09-151-2/+2
* Add condition variables to the APR set of locking functions.Ryan Bloom2001-09-131-2/+143
* Update the testlock program, to use the new locking API as well as theRyan Bloom2001-09-101-0/+163
* allow the name of a lock file to be specified on the command lineJeff Trawick2001-08-301-5/+28
* change some of the test programs to use exit status 0 forJeff Trawick2001-08-011-1/+1
* More foonessWilliam A. Rowe Jr2001-07-271-4/+4
* Bring testlock in line with the rest of the test apps and change the orderDavid Reid2001-06-061-49/+63
* This adds a test to testlock for locking the same lock from the sameDavid Reid2001-06-061-18/+68
* Implement read write locks. This commit will support POSIX pthreadJustin Erenkrantz2001-05-311-0/+250