fix false ownership of mutexes due to tid reuse, using robust list
[musl] / src / thread / pthread_mutex_timedlock.c
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