fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5
[musl] / src / thread / pthread_mutexattr_setrobust.c
2018-09-15 Rich Felkercheck for kernel support before allowing robust mutex...
2015-04-10 Rich Felkerprocess robust list in pthread_exit to fix detached...
2014-08-17 Rich Felkermake pointers used in robust list volatile
2014-08-16 Rich Felkerenable private futex for process-local robust mutexes
2013-07-22 Rich Felkermake pthread attribute types structs, even when they...
2011-03-18 Rich Felkerimplement robust mutexes