summaryrefslogtreecommitdiff
path: root/include/apr_thread_cond.h
Commit message (Expand)AuthorAgeFilesLines
* Update the CV docs to add a few remarks. PR: 40971.davi2007-06-291-1/+6
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* 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
* * include/apr_thread_cond.h: Note when destroying a condvar givesjorton2003-12-291-0/+6
* Spelling/grammar fixes.jorton2003-12-291-3/+3
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-10/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-0/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Adds apr_thread_cond_timedwait() interface to new lock API.aaron2001-10-121-2/+22
* Implement pool accessors for thread_condition variables.rbb2001-09-291-0/+6
* thread condition stuff isn't available if !APR_HAS_THREADS... this getstrawick2001-09-131-0/+3
* Add condition variables to the APR set of locking functions.rbb2001-09-131-0/+136