Florian Weimer
|
0bdd797945
|
pthread: Use pthread_mutexattr_setrobust in tests
pthread_mutexattr_setrobust_np is about to be deprecated.
|
2021-04-23 09:51:57 +02:00 |
|
Florian Weimer
|
f03b78fae4
|
nptl: Move pthread_mutex_consistent into libc
And deprecated pthread_mutex_consistent_np, its old name.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
2021-04-21 19:49:50 +02:00 |
|
Samuel Thibault
|
a25077a431
|
pthread: Move robust mutex tests from nptl to sysdeps/pthread
tst-robust8.c prints some mutex internals for nptl debugging, this
needed to be made conditioned by getting built with nptl.
|
2020-02-16 14:43:54 +00:00 |
|