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