summaryrefslogtreecommitdiff
path: root/include/apr_thread_cond.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-3/+3
* Update the CV docs to add a few remarks. PR: 40971.Davi Arnaut2007-06-291-1/+6
* 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
* * include/apr_thread_cond.h: Note when destroying a condvar givesJoe Orton2003-12-291-0/+6
* Spelling/grammar fixes.Joe Orton2003-12-291-3/+3
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-10/+10
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-0/+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-2/+22
* Implement pool accessors for thread_condition variables.Ryan Bloom2001-09-291-0/+6
* thread condition stuff isn't available if !APR_HAS_THREADS... this getsJeff Trawick2001-09-131-0/+3
* Add condition variables to the APR set of locking functions.Ryan Bloom2001-09-131-0/+136