blob: b104ae0651e40582b8ae68a9f03c7c1df8b685dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Files:
tests/test-pthread-cond.c
tests/macros.h
Depends-on:
pthread-thread
pthread-mutex
nanosleep
sched_yield
configure.ac:
Makefile.am:
TESTS += test-pthread-cond
check_PROGRAMS += test-pthread-cond
test_pthread_cond_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@
|