summaryrefslogtreecommitdiff
path: root/locks/beos/thread_cond.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-17/+17
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-1/+1
* apr_thread_cond_*wait() on BeOS: Fix broken logic.Jeff Trawick2009-04-231-1/+2
* 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
* Fix some include paths for the new build systemDavid Reid2004-02-261-2/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* ripCliff Woolley2003-11-161-5/+0
* 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
* Change the conditional code for BeOS,David Reid2001-12-231-45/+62
* The first pass at adding conditionals for BeOS. These are heavily basedDavid Reid2001-12-111-7/+119
* Adds apr_thread_cond_timedwait() interface to new lock API.Aaron Bannert2001-10-121-0/+6
* 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/+90