summaryrefslogtreecommitdiff
path: root/pthread_mutex_destroy.c
AgeCommit message (Collapse)Author
2011-05-06Robust mutexes merged from devel branchpost_merge_with_ROBUST_MUTEXESrpj
2011-03-10Replace global Critical Sections with MCS Queue locksrpj
2005-01-01Copyright year updatedrpj
2004-11-22Copyright updaterpj
2004-10-16Mutex speedups cont'drpj
2004-10-08Mutex speedupsrpj
2004-10-01Mutex speedupsrpj
2004-06-22Add PTHREAD_{RECURSIVE,ERRORCHECK}_MUTEX_INITIALIZER{,_NP}snap-2004-06-22rpj
2004-05-17re-indentation, bug fixes, hooks for pre-emptive async cancelationrpj
2003-08-19Updated Copyright notice (date and contact address).rpj
2003-06-21pthread_mutex_destroy.c (pthread_mutex_destroy): When calledrpj
with a recursive mutex that was locked by the current thread, the function was failing with a success return code.
2002-12-112002-12-11 Thomas Pfaff <tpfaff@gmx.net>rpj
* pthread_mutex_trylock.c: Should return EBUSY rather than EDEADLK. * pthread_mutex_destroy.c: Remove redundant ownership test (the trylock call does this for us); do not destroy a recursively locked mutex.
2002-02-20Changes to comments.rpj
2002-02-18Major reorganisation of source code; new routine and tests added.rpj