summaryrefslogtreecommitdiff
path: root/locks/os2/thread_cond.c
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...Yann Ylavic2015-03-201-1/+2
* Axed C++ comments.Guenter Knauf2011-02-091-1/+1
* OS/2: Add an implementation of condition variables, derived from the Win32Brian Havard2010-04-031-8/+141
* 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
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-3/+3
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Adds apr_thread_cond_timedwait() interface to new lock API.Aaron Bannert2001-10-121-0/+6
* Implement pool accessors for thread_condition variables.Ryan Bloom2001-09-291-0/+3
* Add condition variables to the APR set of locking functions.Ryan Bloom2001-09-131-0/+89