summaryrefslogtreecommitdiff
path: root/locks
Commit message (Expand)AuthorAgeFilesLines
* apr_os_proc_mutex_get_ex: win32: fix typo (s/mutex/pmutex/) leading to:Yann Ylavic2016-08-111-1/+1
* OS/2: Fix compile breakage in apr_thread_mutex_timedlock() due to incorrect v...Brian Havard2016-05-041-1/+1
* apr_os_proc_mutex-unix: For consistency with other OS native to APRYann Ylavic2016-04-131-1/+5
* apr_os_proc_mutex_put_ex: Allow to specify whether the OS nativeYann Ylavic2016-04-135-5/+42
* proc_mutex-unix: follow up to r1733775.Yann Ylavic2016-04-121-1/+2
* proc_mutex-netware: follow up to r1733775.Yann Ylavic2016-03-061-14/+2
* apr_proc/global_mutex: Fix API regarding the native OS mutexesYann Ylavic2016-03-066-124/+405
* apr_proc_mutex-pthread: follow up to r1733694.Yann Ylavic2016-03-051-11/+3
* apr_proc_mutex-pthread: follow up to r1733694.Yann Ylavic2016-03-051-0/+2
* apr_proc_mutex-pthread: Refcount shared mutexes usage to avoidYann Ylavic2016-03-051-5/+49
* locks: follow up to r1667900.Yann Ylavic2015-03-251-6/+8
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...Yann Ylavic2015-03-2014-180/+263
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-1912-47/+746
* Resolve failures with the POSIX sem implementation of APRJeff Trawick2014-07-151-4/+18
* apr_os_proc_mutex_get() on Unix: Avoid segfault for cross-Jeff Trawick2014-04-131-1/+6
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-2/+2
* Axed C++ comments and tabs.Guenter Knauf2011-02-261-4/+4
* Axed C++ comments.Guenter Knauf2011-02-092-2/+2
* OS/2: Add an implementation of condition variables, derived from the Win32Brian Havard2010-04-031-8/+141
* OS/2: Make apr_thread_mutex_trylock() return APR_EBUSY if lock cannot beBrian Havard2010-04-031-0/+5
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenBrian Havard2010-04-021-4/+4
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-021-5/+5
* Win32 apr_{global,proc}_mutex_name() and apr_{global,proc}_mutex_lockfile()Jeff Trawick2009-11-251-2/+2
* add apr_global_mutex_name(), for retrieving the name of the mechanismJeff Trawick2009-11-251-0/+5
* add missing apr_global_mutex_lockfile(), corresponding toJeff Trawick2009-11-211-0/+5
* just use it :)Jim Jagielski2009-09-091-1/+1
* Allow for passed locknames to be honored with posix-sems.Jim Jagielski2009-09-041-16/+34
* Avoid proc mutex failures by checking for both EAGAIN and EWOULDBLOCK.Bojan Smojver2009-06-261-1/+1
* apr_thread_cond_*wait() on BeOS: Fix broken logic.Jeff Trawick2009-04-231-1/+2
* Use macro for determinig function nameMladen Turk2009-02-071-1/+1
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-076-1/+88
* resolve testprocmutex failures on AIX and HP-UX by recognizing EACCESEric Covener2008-06-261-0/+4
* Simplify handling of z/OS pthread API nuances. Beyond theJeff Trawick2007-11-194-29/+29
* Improve WIN32 condition variables fairness by using a generation count. The c...Davi Arnaut2007-07-121-8/+25
* Rework the win32 CV code to signal the condition only if one or more threadsDavi Arnaut2007-06-291-50/+73
* Remove superfluous parentheses. Noticed by Joe Orton.Davi Arnaut2007-06-291-1/+1
* The use of O_EXCL does help, better fail then use a semaphore not ownedDavi Arnaut2007-06-291-12/+11
* apr_proc_mutex_child_init calls unimplemented OpenMutexW and will fail toWilliam A. Rowe Jr2007-06-011-0/+9
* Fix the typo.Joe Orton2006-08-0321-21/+21
* Update license header.Joe Orton2006-08-0321-126/+126
* Fix up Win32-private includes to bring it in line with all other platforms.Justin Erenkrantz2006-07-122-3/+3
* Close a kernel layer segfault when the user attempts to lockWilliam A. Rowe Jr2006-03-181-1/+2
* * locks/unix/proc_mutex.c (proc_mutex_no_tryacquire): RemovedJoe Orton2006-03-131-12/+99
* Usse a future-proof configure check for the robust mutex support:Joe Orton2006-03-011-10/+2
* * configure.in: Remove bogus check to test whether definingJoe Orton2006-02-231-2/+10
* Fix an assert that occurs when you destroy a rwlock on win32 and later clearGarrett Rooney2006-01-221-8/+10
* Win32: fix apr_proc_mutex_trylock() to handle WAIT_TIMEOUT,William A. Rowe Jr2005-09-211-0/+3
* Refactor Win32 condition variables code to address bugs.William A. Rowe Jr2005-07-221-64/+19
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0421-21/+42
* * locks/unix/proc_mutex.c (proc_mutex_posix_create): Drop unnecessaryJoe Orton2005-01-131-3/+3