summaryrefslogtreecommitdiff
path: root/locks/os2
Commit message (Expand)AuthorAgeFilesLines
* revret 1533105jim2013-10-171-1/+1
* Merge r1533104 from trunk:jim2013-10-171-1/+1
* Axed C++ comments and tabs.fuankg2011-02-181-1/+1
* Fix the typo.jorton2006-08-034-4/+4
* Update license header.jorton2006-08-034-24/+24
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-044-4/+8
* Remove .cvsignore files.jorton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-134-196/+40
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-18/+0
* Add proc_mutex_lockfile() for retrieving the name of the filetrawick2003-06-071-0/+5
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-074-4/+4
* Namespace protection for include/arch/ header filesthommay2003-01-064-9/+9
* Update copyright notices to 2003.thommay2003-01-014-4/+4
* OS/2: Make apr_proc_mutex_cleanup() public to match recent API change.bjh2002-11-231-3/+3
* Added 2 additional lock functions: apr_proc_mutex_name andjim2002-06-071-0/+9
* Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTEDwrowe2002-05-291-0/+3
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Don't build locks.lo anymore.aaron2002-04-091-1/+1
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-288/+0
* Update our copyright for this year.fielding2002-03-135-5/+5
* OS/2: Use APR_PROC_MUTEX_IS_GLOBAL to provide global mutex as an alias forbjh2002-02-232-97/+1
* get rid of a stray ';' after APR_IMPLEMENT_POOL_ACCESSOR()trawick2002-02-181-1/+1
* Add a new lock API: apr_global_mutex_taaron2002-02-182-1/+97
* OS/2: Implement apr_proc_mutex*()bjh2002-02-111-8/+152
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-292-12/+7
* Leave apr_os_proc_mutex_*() as unimplemented for now as the type of the nativebjh2001-12-291-12/+2
* Implement portable accessors for proc mutex. These are equivalent toaaron2001-10-191-0/+25
* Remove FIXME comment. Yes, OS/2 native locks support nesting.bjh2001-10-171-1/+0
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-0/+2
* Adds apr_thread_cond_timedwait() interface to new lock API.aaron2001-10-121-0/+6
* Implement pool accessors for thread_condition variables.rbb2001-09-291-0/+3
* Implement pool accessor for rwlocks.rbb2001-09-291-0/+3
* Implement pool accessor functions for proc mutex'srbb2001-09-291-0/+2
* Add pool accessors to the apr_thread_mutex_t datatype.rbb2001-09-261-0/+3
* Add suitable #if protection to non-portable functionbjh2001-09-251-0/+2
* New process locking API for APR.rbb2001-09-192-1/+106
* OS/2: Implement read/write locks. As there's no native equivalent in OS/2bjh2001-09-151-8/+145
* Add condition variables to the APR set of locking functions.rbb2001-09-132-1/+91
* OS/2: Implement apr_thread_mutex functions.bjh2001-09-121-6/+51
* Add the new thread read/write API to APR. This doesn't change anyrbb2001-09-082-1/+100
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-042-1/+90
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-15/+15
* OS/2: implement apr_lock_tryacquire()bjh2001-08-051-3/+15
* Add tryacquire function to the apr_lock_* stable.jerenkrantz2001-07-191-0/+5
* Stop warnings about rc being used uninitialized.bjh2001-06-061-0/+4
* Style cleanup: switch statement opening braces belong on the same line.bjh2001-06-061-10/+5
* Fix missing brace, broken in recent rwlock patch.bjh2001-06-061-0/+1
* A couple of changes...dreid2001-06-051-18/+20
* Implement read write locks. This commit will support POSIX pthreadjerenkrantz2001-05-311-23/+65