summaryrefslogtreecommitdiff
path: root/locks/win32/proc_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-6/+6
* Stage 1 in cleaning win95 code ... cleanup utilsMladen Turk2021-12-021-26/+2
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-021-9/+0
* win32: Factor out common code to private function apr_wait_for_single_object().Ivan Zhakov2019-05-261-20/+3
* On Windows, OS2 and BEOS, the singluar lock mechanisms were already compatibleWilliam A. Rowe Jr2017-06-021-3/+3
* locks: Windows: work around 64bit usecs to native 32bit msecs timeouts forYann Ylavic2017-04-251-3/+20
* apr_{thread,proc,global}_timedlock() with negative timeout is now equivalentYann Ylavic2017-04-071-10/+5
* locks: follow up to r1790488.Yann Ylavic2017-04-071-1/+1
* locks: follow up to r1667900.Yann Ylavic2017-04-071-11/+1
* apr_os_proc_mutex_get_ex: win32: fix typo (s/mutex/pmutex/) leading to:Yann Ylavic2016-08-111-1/+1
* 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/+33
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...Yann Ylavic2015-03-201-11/+15
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-0/+27
* Win32 apr_{global,proc}_mutex_name() and apr_{global,proc}_mutex_lockfile()Jeff Trawick2009-11-251-2/+2
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-0/+2
* 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-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Win32: fix apr_proc_mutex_trylock() to handle WAIT_TIMEOUT,William A. Rowe Jr2005-09-211-0/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Untabify source. Mladen Turk2005-01-101-2/+2
* Add missing apr_proc_mutex_cleanup function call.Mladen Turk2005-01-101-2/+7
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Add proc_mutex_lockfile() for retrieving the name of the fileJeff Trawick2003-06-071-0/+5
* Win32 needs to do nothing if the file handle is already open in a childWilliam A. Rowe Jr2003-03-271-18/+51
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Handle leaks right now are a huge problem. Close two of them.William A. Rowe Jr2002-07-311-6/+2
* Added 2 additional lock functions: apr_proc_mutex_name andJim Jagielski2002-06-071-0/+10
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Win32: Fix apr_proc_mutex_lock/trylock. Getting WAIT_ABANDONED isBill Stoddard2002-02-281-8/+2
* Unnamed cross proc locks are quite legal on win32, thank you.William A. Rowe Jr2002-02-271-4/+6
* Fix thread_mutex trylock for Win9x (returns APR_ENOTIMPL) andWilliam A. Rowe Jr2002-01-081-10/+96
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-291-8/+1
* Implement portable accessors for proc mutex. These are equivalent toAaron Bannert2001-10-191-0/+25
* Implement pool accessor functions for proc mutex'sRyan Bloom2001-09-291-0/+2
* New process locking API for APR.Ryan Bloom2001-09-191-0/+103