summaryrefslogtreecommitdiff
path: root/locks/unix/thread_cond.c
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+1
* * include/arch/unix/apr_arch_thread_cond.h: Store a pthread_cond_tjorton2003-12-291-18/+7
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macrobrianp2002-06-301-2/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* Change the name of the 'stat' variable so we don't shadow the libc symbol.aaron2002-02-181-33/+33
* Adds apr_thread_cond_timedwait() interface to new lock API.aaron2001-10-121-0/+25
* Implement pool accessors for thread_condition variables.rbb2001-09-291-0/+1
* tweak the check for APR_HAS_THREADS so we pick up the symbol beforetrawick2001-09-131-2/+3
* Add condition variables to the APR set of locking functions.rbb2001-09-131-0/+163