summaryrefslogtreecommitdiff
path: root/locks/os2/thread_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* 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/+3
* Update our copyright for this year.fielding2002-03-131-1/+1
* Remove FIXME comment. Yes, OS/2 native locks support nesting.bjh2001-10-171-1/+0
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-0/+2
* Add pool accessors to the apr_thread_mutex_t datatype.rbb2001-09-261-0/+3
* OS/2: Implement apr_thread_mutex functions.bjh2001-09-121-6/+51
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-041-0/+88