summaryrefslogtreecommitdiff
path: root/locks/beos
Commit message (Expand)AuthorAgeFilesLines
* Add the actual code for most of the new lock methods. Just the conditionaldreid2001-10-283-21/+300
* Implement portable accessors for proc mutex. These are equivalent toaaron2001-10-191-0/+27
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-0/+1
* Adds apr_thread_cond_timedwait() interface to new lock API.aaron2001-10-121-0/+6
* 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-192-1/+106
* Add condition variables to the APR set of locking functions.rbb2001-09-132-1/+92
* Add the new thread read/write API to APR. This doesn't change anyrbb2001-09-082-1/+100
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-042-1/+95
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-17/+19
* Add tryacquire function to the apr_lock_* stable.jerenkrantz2001-07-191-0/+5
* Add a read/write locking implementation for BeOS.dreid2001-06-171-29/+193
* This has been on my ToDO list for a while, but essentially I've neverdreid2001-06-114-308/+87
* Fix a couple of errors that slipped through earlier...dreid2001-06-061-3/+3
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-062-36/+19
* A couple of changes...dreid2001-06-053-20/+19
* Fix a silly typo and add support for apr_lock_sms_create to BeOS.dreid2001-06-053-6/+43
* Implement read write locks. This commit will support POSIX pthreadjerenkrantz2001-05-311-22/+72
* Update copyright to 2001fielding2001-02-163-3/+3
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...dougm2001-02-131-1/+1
* renaming various functions for consistency sakedougm2001-02-083-17/+17
* Fix a makefile so this builds...dreid2001-01-101-2/+2
* Libtool-ize APR.gstein2001-01-092-31/+10
* Various bits of tidying up mainly for locking, but a few thread bits as well.dreid2000-12-313-24/+14
* More fixes to get BeOS building and a few missing functions to try anddreid2000-11-191-0/+28
* Small change to stop a warning.dreid2000-11-181-0/+1
* BeOS changes to the way dependencies are built in APR makefilestrawick2000-11-151-28/+2
* Move all of the lock private header files to an arch directory underrbb2000-11-095-98/+4
* Add some .cvsignore goodness...dreid2000-09-161-0/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-062-2/+2
* prefix libapr functions and types with apr_dougm2000-08-024-59/+59
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-14/+2
* const-ify the userdata interfacesgstein2000-07-081-2/+2
* Continuing the cleanup of beos code.dreid2000-06-172-9/+20
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-3/+3
* replace some of the consts lost during overlappingtrawick2000-04-141-2/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-143-7/+5
* Change the fname parm of ap_create_lock() and ap_child_init_lock()trawick2000-04-142-3/+5
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-033-8/+8
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-034-9/+9
* Update to Apache Software License version 1.1fielding2000-03-314-127/+124
* When the lock cleanup routine is called the semphores weren'tdreid2000-03-232-0/+2
* Add some missing functions into BeOS locksdreid2000-03-152-0/+38
* Cleanup of the locking code for BeOS.dreid2000-03-142-24/+39
* changed erroneous references to type to scope; added scope to lock_tronald2000-03-102-10/+12