summaryrefslogtreecommitdiff
path: root/locks/beos
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-204-54/+54
* On Windows, OS2 and BEOS, the singluar lock mechanisms were already compatibleWilliam A. Rowe Jr2017-06-021-3/+3
* apr_{thread,proc,global}_timedlock() with negative timeout is now equivalentYann Ylavic2017-04-072-8/+2
* locks: follow up to r1790488.Yann Ylavic2017-04-072-2/+2
* locks: follow up to r1667900.Yann Ylavic2017-04-072-40/+14
* apr_os_proc_mutex_put_ex: Allow to specify whether the OS nativeYann Ylavic2016-04-131-1/+9
* apr_proc/global_mutex: Fix API regarding the native OS mutexesYann Ylavic2016-03-061-3/+29
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...Yann Ylavic2015-03-202-36/+41
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-193-30/+148
* apr_thread_cond_*wait() on BeOS: Fix broken logic.Jeff Trawick2009-04-231-1/+2
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-0/+2
* Fix the typo.Joe Orton2006-08-034-4/+4
* Update license header.Joe Orton2006-08-034-24/+24
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-044-4/+8
* Remove .cvsignore files.Joe Orton2004-11-181-5/+0
* Add the apr_proc_mutex_cleanup function.David Reid2004-03-091-0/+6
* Cold but clear here today.David Reid2004-02-261-0/+1
* Fix some include paths for the new build systemDavid Reid2004-02-264-5/+5
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-134-196/+40
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-16/+0
* ripCliff Woolley2003-11-161-5/+0
* Add proc_mutex_lockfile() for retrieving the name of the fileJeff Trawick2003-06-071-0/+5
* Namespace protection for include/arch/ header filesThom May2003-01-064-5/+5
* Update copyright notices to 2003.Thom May2003-01-014-4/+4
* Added 2 additional lock functions: apr_proc_mutex_name andJim Jagielski2002-06-071-0/+10
* Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTEDWilliam A. Rowe Jr2002-05-291-0/+4
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* We don't need seperate global_mutex's.David Reid2002-04-132-97/+1
* Don't build locks.lo anymore.Aaron Bannert2002-04-091-1/+1
* ** DEPRECATE old lock API: apr_lock.h **Aaron Bannert2002-04-091-459/+0
* Update our copyright for this year.Roy T. Fielding2002-03-136-6/+6
* get rid of a stray ';' after APR_IMPLEMENT_POOL_ACCESSOR()Jeff Trawick2002-02-181-1/+1
* Add a new lock API: apr_global_mutex_tAaron Bannert2002-02-182-1/+97
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-292-13/+12
* Change the conditional code for BeOS,David Reid2001-12-231-45/+62
* This small fix allows us to get code that needs this function workingDavid Reid2001-12-231-1/+1
* We should really be setting the owner of the mutex when we have aDavid Reid2001-12-181-10/+7
* Remove an uneeded function and add the accessor thingy so we can buildDavid Reid2001-12-131-8/+4
* The first pass at adding conditionals for BeOS. These are heavily basedDavid Reid2001-12-111-7/+119
* Add the actual code for most of the new lock methods. Just the conditionalDavid Reid2001-10-283-21/+300
* Implement portable accessors for proc mutex. These are equivalent toAaron Bannert2001-10-191-0/+27
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byAaron Bannert2001-10-171-0/+1
* 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
* Implement pool accessor for rwlocks.Ryan Bloom2001-09-291-0/+2
* Implement pool accessor functions for proc mutex'sRyan Bloom2001-09-291-0/+2
* Add pool accessors to the apr_thread_mutex_t datatype.Ryan Bloom2001-09-261-0/+2
* New process locking API for APR.Ryan Bloom2001-09-192-1/+106
* Add condition variables to the APR set of locking functions.Ryan Bloom2001-09-132-1/+92