repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git]
/
memcheck
/
tests
/
darwin
/
pth-supp.c
blob
ce24f7681b4cb5a139b95978fe1361edbabf8028
1
// This requires a suppression (macos-Cond-6). Bug 196528.
2
3
#include <pthread.h>
4
5
int
main
() {
6
pthread_rwlock_t mutex
;
7
pthread_rwlock_init
(&
mutex
,
NULL
);
8
return
0
;
9
}