repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sparc: Implement memcpy/mempcpy ifunc selection in C
[glibc.git]
/
nptl
/
tst-mutex7robust.c
blob
8221a61d29f6f7e26d5a296f4ac811d252ced7d2
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"