blob: 594f6b6601d979b4e019b3ab2ae8f11a916aca06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Files:
tests/test-pthread-rwlock.c
tests/atomic-int-posix.h
tests/macros.h
Depends-on:
pthread-thread
pthread-mutex
sched_yield
configure.ac:
Makefile.am:
TESTS += test-pthread-rwlock
check_PROGRAMS += test-pthread-rwlock
test_pthread_rwlock_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@ @LIB_SEMAPHORE@
|