summaryrefslogtreecommitdiff
path: root/locks/unix/thread_rwlock.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
* Simplify handling of z/OS pthread API nuances. Beyond theJeff Trawick2007-11-191-7/+7
* 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
* * configure.in: Fix detection of pthread rwlocks to actually fail whenJoe Orton2004-01-261-4/+4
* * include/arch/unix/apr_arch_thread_rwlock.h: Store a pthread_rwlock_tJoe Orton2003-10-041-20/+8
* * locks/unix/thread_rwlock.c (apr_thread_rwlock_destroy): SimplifyJoe Orton2003-10-031-3/+1
* To produce results which are defined by POSIX, at time of cleanup theJoe Orton2003-10-031-7/+4
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Remove a stray function stubCliff Woolley2001-10-081-5/+0
* Make sure we declare the pool accessor for both kinds of rwlocksRyan Bloom2001-09-291-2/+1
* Implement pool accessor for rwlocks.Ryan Bloom2001-09-291-0/+2
* Just because we have pthreads, that doesn't mean we have pthread_rwlock.Ryan Bloom2001-09-141-0/+48
* Add the new thread read/write API to APR. This doesn't change anyRyan Bloom2001-09-081-0/+192