summaryrefslogtreecommitdiff
path: root/locks/netware/thread_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-5/+5
* locks: thread: timedlock: better handling of spurious wakeups that may beYann Ylavic2017-05-071-10/+12
* apr_{thread,proc,global}_timedlock() with negative timeout is now equivalentYann Ylavic2017-04-071-8/+2
* locks: follow up to r1790488.Yann Ylavic2017-04-071-1/+1
* locks: follow up to r1667900.Yann Ylavic2017-04-071-15/+11
* locks/netware: follow up to r1667962 and r1667900: fix typos (compile errors).Yann Ylavic2016-09-171-2/+2
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...Yann Ylavic2015-03-201-9/+14
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-6/+98
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Fixing various compiler errors when compiling against the latest version of L...Bradley Nicholes2004-11-271-1/+1
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTEDWilliam A. Rowe Jr2002-05-291-1/+5
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Removed a workaround for a bug that has been fixedBradley Nicholes2002-02-081-4/+1
* Added a check to make sure we aren't trying to unlock and lock we don't haveBradley Nicholes2001-12-191-1/+4
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byAaron Bannert2001-10-171-0/+2
* Implementation of the new locking routinesBradley Nicholes2001-10-041-6/+36
* Add pool accessors to the apr_thread_mutex_t datatype.Ryan Bloom2001-09-261-0/+2
* Add the new thread_lock API to APR. This is the first step to breakingRyan Bloom2001-09-041-0/+92