summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an off-by-one error in the recursive mutex handling that made itAlfred Perlstein2000-08-131-3/+3
* pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() areJason Evans2000-06-141-13/+39
* Fix pthread_suspend_np/pthread_resume_np. For the record, suspending aDaniel Eischen2000-03-151-1/+3
* Implement continuations to correctly handle [sig|_]longjmp() inside of aJason Evans2000-01-191-5/+3
* Track libc's three-tier symbol naming. libc_r must currently implementJason Evans2000-01-121-2/+2
* Fix problems with cancellation while in critical regions.Daniel Eischen1999-12-171-0/+1
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-3/+44
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* In the words of the author:John Birrell1999-06-201-72/+120
* Fix a problem with static initialisation of mutexes and conditionJohn Birrell1999-05-231-0/+18
* [ The author's description... ]John Birrell1999-03-231-187/+1071
* Add support for pthread_mutexattr_settype(). As a side effect ofEivind Eklund1998-11-281-20/+47
* Close a window between unlocking a spinlock and changing the thread state.John Birrell1998-11-151-10/+8
* Removed unused variables.Alexander Langer1998-09-071-1/+0
* A style fix for my previous commit.Alexander Langer1998-08-021-1/+1
* Fixed a race condition during the first lock/trylock of a staticallyAlexander Langer1998-08-021-4/+21
* Implement compile time debug support instead of tracking file name andJohn Birrell1998-06-091-12/+14
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-65/+47
* Enable static initialisation of mutexes and condition variables.John Birrell1998-04-041-4/+16
* Modify the return values to comply with POSIX. Previously theseAlexander Langer1997-11-251-32/+16
* Submitted by: John BirrellJulian Elischer1997-02-051-8/+8
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-216/+249
* Reviewed by: julianJulian Elischer1996-01-221-0/+360