summaryrefslogtreecommitdiff
path: root/locks/netware
Commit message (Expand)AuthorAgeFilesLines
* Implement portable accessors for proc mutex. These are equivalent toaaron2001-10-191-0/+25
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-0/+2
* Adds apr_thread_cond_timedwait() interface to new lock API.aaron2001-10-121-0/+6
* Implementation of the new locking routinesbnicholes2001-10-043-18/+124
* Implement pool accessors for thread_condition variables.rbb2001-09-291-0/+3
* Implement pool accessor for rwlocks.rbb2001-09-291-0/+2
* Implement pool accessor functions for proc mutex'srbb2001-09-291-0/+2
* Add pool accessors to the apr_thread_mutex_t datatype.rbb2001-09-261-0/+2
* New process locking API for APR.rbb2001-09-191-0/+103
* Add condition variables to the APR set of locking functions.rbb2001-09-131-0/+88
* Add the new thread read/write API to APR. This doesn't change anyrbb2001-09-081-0/+97
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-041-0/+92
* Added NetWare version of locks.cbnicholes2001-08-061-0/+313