summaryrefslogtreecommitdiff
path: root/include/apr_thread_mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-1/+1
* apr_{thread,proc,global}_timedlock() with negative timeout is now equivalentYann Ylavic2017-04-071-1/+3
* locks: follow up to r1790488.Yann Ylavic2017-04-071-1/+1
* locks: follow up to r1667900.Yann Ylavic2017-04-071-4/+2
* Follow up to r1667900: Avoid a circular reference (PR 59068).Yann Ylavic2016-02-261-1/+1
* Follow up to r1667900: fix comments.Yann Ylavic2015-03-191-2/+2
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-0/+13
* minor API doc improvementsJeff Trawick2014-04-151-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
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-10/+11
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-3/+4
* Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTEDWilliam A. Rowe Jr2002-05-291-1/+6
* ** DEPRECATE old lock API: apr_lock.h **Aaron Bannert2002-04-091-1/+3
* Move the pool accessor macros to before we do any includes thatSander Striker2002-03-201-10/+1
* Factor out the allocators from pools.Sander Striker2002-03-151-1/+11
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Clarify a flag parameter for the default case.Aaron Bannert2002-02-181-0/+1
* For the sake of clarity.Aaron Bannert2001-11-211-1/+1
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byAaron Bannert2001-10-171-0/+8
* Add pool accessors to the apr_thread_mutex_t datatype.Ryan Bloom2001-09-261-0/+6
* Fix the APR compile when --disable-threads is specified.Ryan Bloom2001-09-051-0/+4
* Add the new thread_lock API to APR. This is the first step to breakingRyan Bloom2001-09-041-0/+119