summaryrefslogtreecommitdiff
path: root/locks/win32/thread_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* On 'xmllite' branch: Merge changes from trunk.xmlliteivan2019-05-271-20/+3
* locks: Windows: work around 64bit usecs to native 32bit msecs timeouts forylavic2017-04-251-2/+21
* apr_{thread,proc,global}_timedlock() with negative timeout is now equivalentylavic2017-04-071-7/+1
* locks: follow up to r1790488.ylavic2017-04-071-1/+1
* locks: follow up to r1667900.ylavic2017-04-071-11/+1
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...ylavic2015-03-201-10/+16
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().ylavic2015-03-191-4/+34
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Close a kernel layer segfault when the user attempts to lockwrowe2006-03-181-1/+2
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* 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-12/+69
* Update our copyright for this year.fielding2002-03-131-1/+1
* Fix thread_mutex trylock for Win9x (returns APR_ENOTIMPL) andwrowe2002-01-081-4/+5
* This one is serious - Win9x won't work till it's addressed.wrowe2001-11-271-0/+1
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-0/+3
* Add pool accessors to the apr_thread_mutex_t datatype.rbb2001-09-261-0/+3
* Implement apr_thread_mutex_trylock on Windowsrbb2001-09-131-1/+6
* We don't actually use this SECURITY_ATTRIBUTE, so it doesn't need to berbb2001-09-111-5/+0
* Add the new thread_mutex API to the Windows build. This works onrbb2001-09-101-7/+23
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-041-0/+92