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
/
__lock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
restore lock-skipping for processes that return to single-threaded state
Rich Felker
2020-05-22
1
-1
/
+3
*
don't use libc.threads_minus_1 as relaxed atomic for skipping locks
Rich Felker
2020-05-22
1
-1
/
+1
*
new lock algorithm with state and congestion count in one atomic int
Jens Gustedt
2018-01-09
1
-5
/
+50
*
fix potential deadlock bug in libc-internal locking logic
Rich Felker
2013-09-20
1
-3
/
+6
*
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
2012-04-24
1
-23
/
+3
*
internal locks: new owner of contended lock must set waiters flag
Rich Felker
2012-04-24
1
-1
/
+1
*
new internal locking primitive; drop spinlocks
Rich Felker
2012-04-24
1
-6
/
+27
*
use a_swap rather than old name a_xchg
Rich Felker
2011-09-16
1
-1
/
+1
*
minor locking optimizations
Rich Felker
2011-06-14
1
-1
/
+1
*
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
Rich Felker
2011-04-06
1
-1
/
+1
*
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
2011-03-19
1
-2
/
+1
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+12