repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
pthread-rwlock-tests
blob
594f6b6601d979b4e019b3ab2ae8f11a916aca06
1
Files:
2
tests/test-pthread-rwlock.c
3
tests/atomic-int-posix.h
4
tests/macros.h
5
6
Depends-on:
7
pthread-thread
8
pthread-mutex
9
sched_yield
10
11
configure.ac:
12
13
Makefile.am:
14
TESTS += test-pthread-rwlock
15
check_PROGRAMS += test-pthread-rwlock
16
test_pthread_rwlock_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@ @LIB_SEMAPHORE@