fix missing synchronization of pthread TSD keys with MT-fork
[musl] / src / thread / pthread_mutex_timedlock.c
2019-07-28 Rich Felkerfutex wait operations: add time64 syscall support,...
2019-04-01 Rich Felkerimplement priority inheritance mutexes
2019-03-14 Rich Felkerfix namespace violation in dependencies of mtx_lock
2019-02-13 Rich Felkerredesign robust mutex states to eliminate data races...
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-05 Rich Felkerfix namespace violation for c11 mutex functions
2018-09-05 Rich Felkerin pthread_mutex_timedlock, avoid repeatedly reading...
2015-03-02 Rich Felkerfactor cancellation cleanup push/pop out of futex __tim...
2014-09-06 Jens Gustedtuse weak symbols for the POSIX functions that will...
2014-08-26 Rich Felkerrefrain from spinning on locks when there is already...
2014-08-26 Rich Felkerspin before waiting on futex in mutex and rwlock lock...
2014-08-16 Rich Felkerfix false ownership of mutexes due to tid reuse, using...
2014-08-16 Rich Felkermake futex operations use private-futex mode when possible
2014-06-10 Rich Felkerreplace all remaining internal uses of pthread_self...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-08-03 Rich Felkerunify and overhaul timed futex waits
2011-08-03 Rich Felkeravoid accessing mutex memory after atomic unlock
2011-03-18 Rich Felkerimplement robust mutexes
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0