summaryrefslogtreecommitdiff
path: root/include/apr_proc_mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in all *.h.ivan2022-11-191-3/+3
* 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-3/+10
* Follow up to r1667900: fix comments.ylavic2015-03-191-2/+2
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().ylavic2015-03-191-1/+14
* Add object perms set macros and implement them for shm and mutexmturk2009-02-071-0/+6
* 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
* Add proc_mutex_lockfile() for retrieving the name of the filetrawick2003-06-071-0/+7
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-7/+9
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Register the proc_mutex cleanup with an exported API. Most of thisrbb2002-11-201-0/+8
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-5/+16
* Added 2 additional lock functions: apr_proc_mutex_name andjim2002-06-071-0/+13
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-1/+4
* Support for Posix semaphores for locking has been added. This usesjim2002-04-041-0/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-21/+6
* Implement pool accessor functions for proc mutex'srbb2001-09-291-0/+6
* Add suitable #if protection to non-portable functionbjh2001-09-251-0/+3
* New process locking API for APR.rbb2001-09-191-0/+165