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