summaryrefslogtreecommitdiff
path: root/locks/win32/thread_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor win32 thread_mutex code. No functional changes intended.Ivan Zhakov2019-09-031-12/+29
* Windows platform: Use semaphore object instead of manual reset event toIvan Zhakov2019-06-071-6/+5
* * locks/win32/thread_mutex.cIvan Zhakov2019-05-281-16/+3
* win32: Factor out common code to private function apr_wait_for_single_object().Ivan Zhakov2019-05-261-20/+3
* locks: Windows: work around 64bit usecs to native 32bit msecs timeouts forYann Ylavic2017-04-251-2/+21
* apr_{thread,proc,global}_timedlock() with negative timeout is now equivalentYann Ylavic2017-04-071-7/+1
* locks: follow up to r1790488.Yann Ylavic2017-04-071-1/+1
* locks: follow up to r1667900.Yann Ylavic2017-04-071-11/+1
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...Yann Ylavic2015-03-201-10/+16
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-4/+34
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Close a kernel layer segfault when the user attempts to lockWilliam A. Rowe Jr2006-03-181-1/+2
* 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
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTEDWilliam A. Rowe Jr2002-05-291-12/+69
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fix thread_mutex trylock for Win9x (returns APR_ENOTIMPL) andWilliam A. Rowe Jr2002-01-081-4/+5
* This one is serious - Win9x won't work till it's addressed.William A. Rowe Jr2001-11-271-0/+1
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byAaron Bannert2001-10-171-0/+3
* Add pool accessors to the apr_thread_mutex_t datatype.Ryan Bloom2001-09-261-0/+3
* Implement apr_thread_mutex_trylock on WindowsRyan Bloom2001-09-131-1/+6
* We don't actually use this SECURITY_ATTRIBUTE, so it doesn't need to beRyan Bloom2001-09-111-5/+0
* Add the new thread_mutex API to the Windows build. This works onRyan Bloom2001-09-101-7/+23
* Add the new thread_lock API to APR. This is the first step to breakingRyan Bloom2001-09-041-0/+92