aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread/tst-robust9.c
AgeCommit message (Collapse)Author
2021-04-23pthread: Use pthread_mutexattr_setrobust in testsFlorian Weimer
pthread_mutexattr_setrobust_np is about to be deprecated.
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer
And deprecated pthread_mutex_consistent_np, its old name. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault
tst-robust8.c prints some mutex internals for nptl debugging, this needed to be made conditioned by getting built with nptl.