summaryrefslogtreecommitdiff
path: root/locks/unix/thread_cond.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...Yann Ylavic2015-03-201-11/+21
* Simplify handling of z/OS pthread API nuances. Beyond theJeff Trawick2007-11-191-6/+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-7/+1
* * include/arch/unix/apr_arch_thread_cond.h: Store a pthread_cond_tJoe Orton2003-12-291-18/+7
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macroBrian Pane2002-06-301-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Change the name of the 'stat' variable so we don't shadow the libc symbol.Aaron Bannert2002-02-181-33/+33
* Adds apr_thread_cond_timedwait() interface to new lock API.Aaron Bannert2001-10-121-0/+25
* Implement pool accessors for thread_condition variables.Ryan Bloom2001-09-291-0/+1
* tweak the check for APR_HAS_THREADS so we pick up the symbol beforeJeff Trawick2001-09-131-2/+3
* Add condition variables to the APR set of locking functions.Ryan Bloom2001-09-131-0/+163