restore lock-skipping for processes that return to single-threaded state
[musl] / src / thread / __lock.c
2020-05-22 Rich Felkerrestore lock-skipping for processes that return to...
2020-05-22 Rich Felkerdon't use libc.threads_minus_1 as relaxed atomic for...
2018-01-09 Jens Gustedtnew lock algorithm with state and congestion count...
2013-09-20 Rich Felkerfix potential deadlock bug in libc-internal locking...
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2012-04-24 Rich Felkerinternal locks: new owner of contended lock must set...
2012-04-24 Rich Felkernew internal locking primitive; drop spinlocks
2011-09-16 Rich Felkeruse a_swap rather than old name a_xchg
2011-06-14 Rich Felkerminor locking optimizations
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0