summaryrefslogtreecommitdiff
path: root/locks/netware/thread_cond.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-6/+6
* locks/netware: follow up to r1667962 and r1667900: fix typos (compile errors).Yann Ylavic2016-09-171-1/+1
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...Yann Ylavic2015-03-201-4/+15
* 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
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Directly included the NKS/errno.h headerBradley Nicholes2002-02-081-0/+2
* Implemented apr_cond_timedwaitBradley Nicholes2001-11-021-1/+5
* Adds apr_thread_cond_timedwait() interface to new lock API.Aaron Bannert2001-10-121-0/+6
* Implementation of the new locking routinesBradley Nicholes2001-10-041-5/+40
* 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/+88