index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
pthread_mutex_unlock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-17
fix extremely rare but dangerous race condition in robust mutexes
Rich Felker
1
-1
/
+7
2011-10-03
simplify robust mutex unlock code path
Rich Felker
1
-4
/
+4
2011-10-03
fix crash if pthread_mutex_unlock is called without ever locking
Rich Felker
1
-1
/
+1
2011-10-03
use count=0 instead of 1 for recursive mutex with only one lock reference
Rich Felker
1
-2
/
+2
2011-08-02
avoid accessing mutex memory after atomic unlock
Rich Felker
1
-7
/
+8
2011-03-30
avoid crash on stupid but allowable usage of pthread_mutex_unlock
Rich Felker
1
-1
/
+3
2011-03-30
streamline mutex unlock to remove a useless branch, use a_store to unlock
Rich Felker
1
-2
/
+6
2011-03-17
implement robust mutexes
Rich Felker
1
-2
/
+11
2011-03-17
avoid function call to pthread_self in mutex unlock
Rich Felker
1
-1
/
+1
2011-03-17
unify lock and owner fields of mutex structure
Rich Felker
1
-2
/
+1
2011-03-08
fix and optimize non-default-type mutex behavior
Rich Felker
1
-8
/
+5
2011-02-17
reorganize pthread data structures and move the definitions to alltypes.h
Rich Felker
1
-8
/
+8
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
1
-0
/
+19