summaryrefslogtreecommitdiff
path: root/locks/beos/thread_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some include paths for the new build systemdreid2004-02-261-1/+1
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTEDwrowe2002-05-291-0/+4
* Update our copyright for this year.fielding2002-03-131-1/+1
* We should really be setting the owner of the mutex when we have adreid2001-12-181-10/+7
* Remove an uneeded function and add the accessor thingy so we can builddreid2001-12-131-8/+4
* Add the actual code for most of the new lock methods. Just the conditionaldreid2001-10-281-10/+102
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-0/+1
* Add pool accessors to the apr_thread_mutex_t datatype.rbb2001-09-261-0/+2
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-041-0/+93