]> git.ipfire.org Git - thirdparty/glibc.git/blob - nptl/tst-mutex7robust.c
nptl: Remove internal_function attribute
[thirdparty/glibc.git] / nptl / tst-mutex7robust.c
1 /* Bug 21778: Fix oversight in robust mutex lock acquisition. */
2 #define TYPE PTHREAD_MUTEX_NORMAL
3 #define ROBUST PTHREAD_MUTEX_ROBUST
4 #define DELAY_NSEC 0
5 #define ROUNDS 1000
6 #define N 32
7 #include "tst-mutex7.c"