summaryrefslogtreecommitdiff
path: root/include/apr_global_mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in all *.h.ivan2022-11-191-2/+2
* apr_{thread,proc,global}_timedlock() with negative timeout is now equivalentylavic2017-04-071-1/+3
* locks: follow up to r1790488.ylavic2017-04-071-1/+1
* locks: follow up to r1667900.ylavic2017-04-071-4/+2
* apr_proc/global_mutex: Fix API regarding the native OS mutexesylavic2016-03-061-4/+12
* Follow up to r1667900: fix comments.ylavic2015-03-191-2/+2
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().ylavic2015-03-191-0/+13
* add apr_global_mutex_name(), for retrieving the name of the mechanismtrawick2009-11-251-0/+9
* add missing apr_global_mutex_lockfile(), corresponding totrawick2009-11-211-0/+8
* Add object perms set macros and implement them for shm and mutexmturk2009-02-071-0/+5
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-8/+11
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-0/+1
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-1/+1
* Support for Posix semaphores for locking has been added. This usesjim2002-04-041-0/+1
* update an old commenttrawick2002-03-171-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Added the include of apr_proc_mutex.h if the global mutex is proc mutexbnicholes2002-02-261-0/+2
* Per Aaron's consent that there is no more rational way to optimize thiswrowe2002-02-221-0/+20
* Add a new lock API: apr_global_mutex_taaron2002-02-181-0/+164