index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
__lock.c
Age
Commit message (
Expand
)
Author
Lines
2020-05-22
restore lock-skipping for processes that return to single-threaded state
Rich Felker
-1
/
+3
2020-05-22
don't use libc.threads_minus_1 as relaxed atomic for skipping locks
Rich Felker
-1
/
+1
2018-01-09
new lock algorithm with state and congestion count in one atomic int
Jens Gustedt
-5
/
+50
2013-09-20
fix potential deadlock bug in libc-internal locking logic
Rich Felker
-3
/
+6
2012-04-24
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
-23
/
+3
2012-04-24
internal locks: new owner of contended lock must set waiters flag
Rich Felker
-1
/
+1
2012-04-24
new internal locking primitive; drop spinlocks
Rich Felker
-6
/
+27
2011-09-16
use a_swap rather than old name a_xchg
Rich Felker
-1
/
+1
2011-06-14
minor locking optimizations
Rich Felker
-1
/
+1
2011-04-06
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
Rich Felker
-1
/
+1
2011-03-19
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
-2
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+12