summaryrefslogtreecommitdiff
path: root/locks/win32/thread_rwlock.c
Commit message (Expand)AuthorAgeFilesLines
* Use native Slim Reader/Writer (SRW) locks on Windows for apr_rwlock_t.Ivan Zhakov2019-05-201-105/+36
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Fix up Win32-private includes to bring it in line with all other platforms.Justin Erenkrantz2006-07-121-1/+1
* Fix an assert that occurs when you destroy a rwlock on win32 and later clearGarrett Rooney2006-01-221-8/+10
* 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
* Clean up a style issue; apr_get_os_error() is much cleaner.William A. Rowe Jr2003-06-181-13/+13
* Win32: Adopt Brian Havard's OS/2 rwlock implementation.Bill Stoddard2003-06-181-41/+107
* 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
* Fix a segfault in apr_thread_rwlock_destroy() on Win32. The poolJeff Trawick2002-03-121-0/+1
* Implement pool accessor for rwlocks.Ryan Bloom2001-09-291-0/+2
* We have to decrement the writer count, or we will never be ableRyan Bloom2001-09-151-0/+1
* Implement read/write locks on Windows. This passes the testsRyan Bloom2001-09-151-5/+39
* Add the new thread read/write API to APR. This doesn't change anyRyan Bloom2001-09-081-0/+97