summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_mutex.c
AgeCommit message (Expand)Author
2003-11-24Update mutex/rwlock/sem code to match recent change in cond code.cl
2003-05-27add missing notreached lint comment.christos
2003-05-16Separately report unlocking an unlocked mutex and unlocking a mutexnathanw
2003-04-23Use pthread__error() instead of pthread__abort().nathanw
2003-04-18More agressive assertions. Change a number of detected conditions, whichnathanw
2003-04-16pthread_mutex_trylock(): It's not an error to call trylock() on anathanw
2003-04-16When a thread sleeps on a mutex or cv, have it put itself on thenathanw
2003-03-08add __RCSID()lukem
2003-02-15Remove unnecessary inclusion of <assert.h>.nathanw
2003-01-31Mutex tuneup.nathanw
2003-01-27Add debug counters for mutex and condvar operations.nathanw
2003-01-22Need to include <string.h> for memcmp() prototype.scw
2003-01-19Fix typo.thorpej
2003-01-19Add mutexattr_init(), mutexattr_destroy(), and mutexattr_settype() (recursivethorpej
2003-01-18de-lintchristos
2003-01-18Merge the nathanw_sa branch.thorpej