aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* 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