summaryrefslogtreecommitdiff
path: root/locks/win32/proc_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* On 'xmllite' branch: Merge changes from trunk.xmlliteivan2019-05-271-20/+3
* On Windows, OS2 and BEOS, the singluar lock mechanisms were already compatiblewrowe2017-06-021-3/+3
* locks: Windows: work around 64bit usecs to native 32bit msecs timeouts forylavic2017-04-251-3/+20
* apr_{thread,proc,global}_timedlock() with negative timeout is now equivalentylavic2017-04-071-10/+5
* locks: follow up to r1790488.ylavic2017-04-071-1/+1
* locks: follow up to r1667900.ylavic2017-04-071-11/+1
* apr_os_proc_mutex_get_ex: win32: fix typo (s/mutex/pmutex/) leading to:ylavic2016-08-111-1/+1
* apr_os_proc_mutex_put_ex: Allow to specify whether the OS nativeylavic2016-04-131-1/+9
* apr_proc/global_mutex: Fix API regarding the native OS mutexesylavic2016-03-061-3/+33
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...ylavic2015-03-201-11/+15
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().ylavic2015-03-191-0/+27
* Win32 apr_{global,proc}_mutex_name() and apr_{global,proc}_mutex_lockfile()trawick2009-11-251-2/+2
* Add object perms set macros and implement them for shm and mutexmturk2009-02-071-0/+2
* apr_proc_mutex_child_init calls unimplemented OpenMutexW and will fail towrowe2007-06-011-0/+9
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Win32: fix apr_proc_mutex_trylock() to handle WAIT_TIMEOUT,wrowe2005-09-211-0/+3
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Untabify source. mturk2005-01-101-2/+2
* Add missing apr_proc_mutex_cleanup function call.mturk2005-01-101-2/+7
* 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/+5
* Win32 needs to do nothing if the file handle is already open in a childwrowe2003-03-271-18/+51
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Handle leaks right now are a huge problem. Close two of them.wrowe2002-07-311-6/+2
* Added 2 additional lock functions: apr_proc_mutex_name andjim2002-06-071-0/+10
* Update our copyright for this year.fielding2002-03-131-1/+1
* Win32: Fix apr_proc_mutex_lock/trylock. Getting WAIT_ABANDONED isstoddard2002-02-281-8/+2
* Unnamed cross proc locks are quite legal on win32, thank you.wrowe2002-02-271-4/+6
* Fix thread_mutex trylock for Win9x (returns APR_ENOTIMPL) andwrowe2002-01-081-10/+96
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-8/+1
* Implement portable accessors for proc mutex. These are equivalent toaaron2001-10-191-0/+25
* Implement pool accessor functions for proc mutex'srbb2001-09-291-0/+2
* New process locking API for APR.rbb2001-09-191-0/+103