Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pthread: Use pthread_mutexattr_setrobust in tests | Florian Weimer | 2021-04-23 | 1 | -2/+2 |
| | | | | pthread_mutexattr_setrobust_np is about to be deprecated. | ||||
* | nptl: Move pthread_mutex_consistent into libc | Florian Weimer | 2021-04-21 | 1 | -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/pthread | Samuel Thibault | 2020-02-16 | 1 | -0/+93 |
tst-robust8.c prints some mutex internals for nptl debugging, this needed to be made conditioned by getting built with nptl. |