summaryrefslogtreecommitdiff
path: root/locks/win32/thread_cond.c
Commit message (Expand)AuthorAgeFilesLines
* On 'xmllite' branch: Merge changes from trunk.xmlliteivan2019-05-271-22/+2
* apr_thread_cond_timedwait on windows should wait on the semaphore.ylavic2019-03-201-1/+1
* locks: Windows: work around 64bit usecs to native 32bit msecs timeouts forylavic2017-04-251-5/+26
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...ylavic2015-03-201-7/+6
* Improve WIN32 condition variables fairness by using a generation count. The c...davi2007-07-121-8/+25
* Rework the win32 CV code to signal the condition only if one or more threadsdavi2007-06-291-50/+73
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix up Win32-private includes to bring it in line with all other platforms.jerenkrantz2006-07-121-2/+2
* Refactor Win32 condition variables code to address bugs.wrowe2005-07-221-64/+19
* 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
* Fix two problems in apr_thread_cond_timedwait, the first observed bywrowe2003-02-271-2/+3
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* A second stab at getting apr_thread_cond_timedwait to work. Someonewrowe2002-12-311-2/+2
* Fix up code in thread_cond. First always escape the case where we outrightwrowe2002-12-291-23/+72
* forewarnedwrowe2002-07-151-1/+5
* Update our copyright for this year.fielding2002-03-131-1/+1
* Adds apr_thread_cond_timedwait() interface to new lock API.aaron2001-10-121-0/+6
* Implement pool accessors for thread_condition variables.rbb2001-09-291-0/+3
* Remove some debugging logic that I forgot about.rbb2001-09-191-3/+0
* An initial thread_condition variable implementation for Windows.rbb2001-09-181-5/+68
* Add condition variables to the APR set of locking functions.rbb2001-09-131-0/+88