summaryrefslogtreecommitdiff
path: root/include/apr_global_mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-2/+2
* apr_{thread,proc,global}_timedlock() with negative timeout is now equivalentYann Ylavic2017-04-071-1/+3
* locks: follow up to r1790488.Yann Ylavic2017-04-071-1/+1
* locks: follow up to r1667900.Yann Ylavic2017-04-071-4/+2
* apr_proc/global_mutex: Fix API regarding the native OS mutexesYann Ylavic2016-03-061-4/+12
* Follow up to r1667900: fix comments.Yann Ylavic2015-03-191-2/+2
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-0/+13
* add apr_global_mutex_name(), for retrieving the name of the mechanismJeff Trawick2009-11-251-0/+9
* add missing apr_global_mutex_lockfile(), corresponding toJeff Trawick2009-11-211-0/+8
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-0/+5
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-8/+11
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-0/+1
* ** DEPRECATE old lock API: apr_lock.h **Aaron Bannert2002-04-091-1/+1
* Support for Posix semaphores for locking has been added. This usesJim Jagielski2002-04-041-0/+1
* update an old commentJeff Trawick2002-03-171-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Added the include of apr_proc_mutex.h if the global mutex is proc mutexBradley Nicholes2002-02-261-0/+2
* Per Aaron's consent that there is no more rational way to optimize thisWilliam A. Rowe Jr2002-02-221-0/+20
* Add a new lock API: apr_global_mutex_tAaron Bannert2002-02-181-0/+164