summaryrefslogtreecommitdiff
path: root/locks/unix/thread_cond.c
Commit message (Expand)AuthorAgeFilesLines
* 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