summaryrefslogtreecommitdiff
path: root/locks/os2
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-2/+2
* On Windows, OS2 and BEOS, the singluar lock mechanisms were already compatibleWilliam A. Rowe Jr2017-06-021-3/+3
* apr_{thread,proc,global}_timedlock() with negative timeout is now equivalentYann Ylavic2017-04-072-8/+2
* locks: follow up to r1790488.Yann Ylavic2017-04-072-2/+2
* locks: follow up to r1667900.Yann Ylavic2017-04-072-37/+12
* OS/2: Fix compile breakage in apr_thread_mutex_timedlock() due to incorrect v...Brian Havard2016-05-041-1/+1
* apr_os_proc_mutex_put_ex: Allow to specify whether the OS nativeYann Ylavic2016-04-131-1/+7
* apr_proc/global_mutex: Fix API regarding the native OS mutexesYann Ylavic2016-03-061-5/+32
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...Yann Ylavic2015-03-203-23/+33
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-192-1/+58
* 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
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-1/+1
* Fix the typo.Joe Orton2006-08-034-4/+4
* Update license header.Joe Orton2006-08-034-24/+24
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-044-4/+8
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-134-196/+40
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-18/+0
* Add proc_mutex_lockfile() for retrieving the name of the fileJeff Trawick2003-06-071-0/+5
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-074-4/+4
* Namespace protection for include/arch/ header filesThom May2003-01-064-9/+9
* Update copyright notices to 2003.Thom May2003-01-014-4/+4
* OS/2: Make apr_proc_mutex_cleanup() public to match recent API change.Brian Havard2002-11-231-3/+3
* Added 2 additional lock functions: apr_proc_mutex_name andJim Jagielski2002-06-071-0/+9
* Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTEDWilliam A. Rowe Jr2002-05-291-0/+3
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Don't build locks.lo anymore.Aaron Bannert2002-04-091-1/+1
* ** DEPRECATE old lock API: apr_lock.h **Aaron Bannert2002-04-091-288/+0
* Update our copyright for this year.Roy T. Fielding2002-03-135-5/+5
* OS/2: Use APR_PROC_MUTEX_IS_GLOBAL to provide global mutex as an alias forBrian Havard2002-02-232-97/+1
* get rid of a stray ';' after APR_IMPLEMENT_POOL_ACCESSOR()Jeff Trawick2002-02-181-1/+1
* Add a new lock API: apr_global_mutex_tAaron Bannert2002-02-182-1/+97
* OS/2: Implement apr_proc_mutex*()Brian Havard2002-02-111-8/+152
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-292-12/+7
* Leave apr_os_proc_mutex_*() as unimplemented for now as the type of the nativeBrian Havard2001-12-291-12/+2
* Implement portable accessors for proc mutex. These are equivalent toAaron Bannert2001-10-191-0/+25
* Remove FIXME comment. Yes, OS/2 native locks support nesting.Brian Havard2001-10-171-1/+0
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byAaron Bannert2001-10-171-0/+2
* Adds apr_thread_cond_timedwait() interface to new lock API.Aaron Bannert2001-10-121-0/+6
* Implement pool accessors for thread_condition variables.Ryan Bloom2001-09-291-0/+3
* Implement pool accessor for rwlocks.Ryan Bloom2001-09-291-0/+3
* Implement pool accessor functions for proc mutex'sRyan Bloom2001-09-291-0/+2
* Add pool accessors to the apr_thread_mutex_t datatype.Ryan Bloom2001-09-261-0/+3
* Add suitable #if protection to non-portable functionBrian Havard2001-09-251-0/+2
* New process locking API for APR.Ryan Bloom2001-09-192-1/+106
* OS/2: Implement read/write locks. As there's no native equivalent in OS/2Brian Havard2001-09-151-8/+145