summaryrefslogtreecommitdiff
path: root/include/apr_thread_mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Update license header.jorton2006-09-201-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-10/+11
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-3/+4
* Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTEDwrowe2002-05-291-1/+6
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-1/+3
* Move the pool accessor macros to before we do any includes thatstriker2002-03-201-10/+1
* Factor out the allocators from pools.striker2002-03-151-1/+11
* Update our copyright for this year.fielding2002-03-131-1/+1
* Clarify a flag parameter for the default case.aaron2002-02-181-0/+1
* For the sake of clarity.aaron2001-11-211-1/+1
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-0/+8
* Add pool accessors to the apr_thread_mutex_t datatype.rbb2001-09-261-0/+6
* Fix the APR compile when --disable-threads is specified.rbb2001-09-051-0/+4
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-041-0/+119