index
:
pthreads-win32
Balau-changes
ROBUST_MUTEXES
bossom-merge-98-12-08
master
origin
pre-compiled-090898
release-1-backports
snap-1999-05-30-patches
snap-1999-05-30-wince-patches
snap-2000-12-29-patches
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pthread_mutex_destroy.c
Age
Commit message (
Collapse
)
Author
2011-05-06
Robust mutexes merged from devel branch
post_merge_with_ROBUST_MUTEXES
rpj
2011-03-10
Replace global Critical Sections with MCS Queue locks
rpj
2005-01-01
Copyright year updated
rpj
2004-11-22
Copyright update
rpj
2004-10-16
Mutex speedups cont'd
rpj
2004-10-08
Mutex speedups
rpj
2004-10-01
Mutex speedups
rpj
2004-06-22
Add PTHREAD_{RECURSIVE,ERRORCHECK}_MUTEX_INITIALIZER{,_NP}
snap-2004-06-22
rpj
2004-05-17
re-indentation, bug fixes, hooks for pre-emptive async cancelation
rpj
2003-08-19
Updated Copyright notice (date and contact address).
rpj
2003-06-21
pthread_mutex_destroy.c (pthread_mutex_destroy): When called
rpj
with a recursive mutex that was locked by the current thread, the function was failing with a success return code.
2002-12-11
2002-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-20
Changes to comments.
rpj
2002-02-18
Major reorganisation of source code; new routine and tests added.
rpj