about summary refs log tree commit diff
path: root/sysdeps/pthread/tst-robust9.c
Commit message (Collapse)AuthorAgeFilesLines
* pthread: Use pthread_mutexattr_setrobust in testsFlorian Weimer2021-04-231-2/+2
| | | | pthread_mutexattr_setrobust_np is about to be deprecated.
* nptl: Move pthread_mutex_consistent into libcFlorian Weimer2021-04-211-2/+2
| | | | | | And deprecated pthread_mutex_consistent_np, its old name. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
* pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-161-0/+93
tst-robust8.c prints some mutex internals for nptl debugging, this needed to be made conditioned by getting built with nptl.