index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
pthread_mutex_unlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix failure to obtain EOWNERDEAD status for process-shared robust mutexes
Rich Felker
2016-06-27
1
-1
/
+1
*
redesign and simplify vmlock system
Rich Felker
2015-04-10
1
-5
/
+2
*
use weak symbols for the POSIX functions that will be used by C threads
Jens Gustedt
2014-09-06
1
-1
/
+3
*
make pointers used in robust list volatile
Rich Felker
2014-08-17
1
-2
/
+5
*
fix robust mutex unrecoverable status, and related clean-up
Rich Felker
2014-08-16
1
-3
/
+1
*
fix false ownership of mutexes due to tid reuse, using robust list
Rich Felker
2014-08-16
1
-7
/
+5
*
make futex operations use private-futex mode when possible
Rich Felker
2014-08-15
1
-4
/
+6
*
replace all remaining internal uses of pthread_self with __pthread_self
Rich Felker
2014-06-10
1
-1
/
+1
*
fix extremely rare but dangerous race condition in robust mutexes
Rich Felker
2012-08-17
1
-1
/
+7
*
simplify robust mutex unlock code path
Rich Felker
2011-10-03
1
-4
/
+4
*
fix crash if pthread_mutex_unlock is called without ever locking
Rich Felker
2011-10-03
1
-1
/
+1
*
use count=0 instead of 1 for recursive mutex with only one lock reference
Rich Felker
2011-10-03
1
-2
/
+2
*
avoid accessing mutex memory after atomic unlock
Rich Felker
2011-08-02
1
-7
/
+8
*
avoid crash on stupid but allowable usage of pthread_mutex_unlock
Rich Felker
2011-03-30
1
-1
/
+3
*
streamline mutex unlock to remove a useless branch, use a_store to unlock
Rich Felker
2011-03-30
1
-2
/
+6
*
implement robust mutexes
Rich Felker
2011-03-17
1
-2
/
+11
*
avoid function call to pthread_self in mutex unlock
Rich Felker
2011-03-17
1
-1
/
+1
*
unify lock and owner fields of mutex structure
Rich Felker
2011-03-17
1
-2
/
+1
*
fix and optimize non-default-type mutex behavior
Rich Felker
2011-03-08
1
-8
/
+5
*
reorganize pthread data structures and move the definitions to alltypes.h
Rich Felker
2011-02-17
1
-8
/
+8
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+19