4.115
Last change
on this file since db08c38 was
db08c38,
checked in by Chirayu Desai <cdesai@…>, on Nov 24, 2013 at 7:04:13 AM
|
psxtmtests: Add psxtmthread05 for pthread_setschedparam
New test psxtmthread 05 uses two tasks and times lowering
the priority of one task plus the preemption and context switch
to the other task.
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../aclocal |
---|
2 | |
---|
3 | SUBDIRS = |
---|
4 | |
---|
5 | if HAS_POSIX |
---|
6 | SUBDIRS += psxtmbarrier01 |
---|
7 | SUBDIRS += psxtmbarrier02 |
---|
8 | SUBDIRS += psxtmbarrier03 |
---|
9 | SUBDIRS += psxtmcond01 |
---|
10 | SUBDIRS += psxtmcond02 |
---|
11 | SUBDIRS += psxtmcond03 |
---|
12 | SUBDIRS += psxtmcond05 |
---|
13 | SUBDIRS += psxtmcond08 |
---|
14 | SUBDIRS += psxtmcond09 |
---|
15 | SUBDIRS += psxtmcond10 |
---|
16 | SUBDIRS += psxtmkey01 |
---|
17 | SUBDIRS += psxtmkey02 |
---|
18 | SUBDIRS += psxtmmq01 |
---|
19 | SUBDIRS += psxtmmutex01 |
---|
20 | SUBDIRS += psxtmmutex02 |
---|
21 | SUBDIRS += psxtmmutex03 |
---|
22 | SUBDIRS += psxtmmutex04 |
---|
23 | SUBDIRS += psxtmmutex05 |
---|
24 | SUBDIRS += psxtmmutex06 |
---|
25 | SUBDIRS += psxtmmutex07 |
---|
26 | SUBDIRS += psxtmnanosleep01 |
---|
27 | SUBDIRS += psxtmnanosleep02 |
---|
28 | SUBDIRS += psxtmrwlock01 |
---|
29 | SUBDIRS += psxtmrwlock02 |
---|
30 | SUBDIRS += psxtmrwlock03 |
---|
31 | SUBDIRS += psxtmrwlock04 |
---|
32 | SUBDIRS += psxtmrwlock05 |
---|
33 | SUBDIRS += psxtmrwlock06 |
---|
34 | SUBDIRS += psxtmrwlock07 |
---|
35 | SUBDIRS += psxtmsem01 |
---|
36 | SUBDIRS += psxtmsem02 |
---|
37 | SUBDIRS += psxtmsem03 |
---|
38 | SUBDIRS += psxtmsem04 |
---|
39 | SUBDIRS += psxtmsem05 |
---|
40 | SUBDIRS += psxtmsleep01 |
---|
41 | SUBDIRS += psxtmsleep02 |
---|
42 | SUBDIRS += psxtmthread01 |
---|
43 | SUBDIRS += psxtmthread02 |
---|
44 | SUBDIRS += psxtmthread03 |
---|
45 | SUBDIRS += psxtmthread05 |
---|
46 | endif |
---|
47 | |
---|
48 | DIST_SUBDIRS = $(SUBDIRS) |
---|
49 | |
---|
50 | include $(top_srcdir)/../automake/subdirs.am |
---|
51 | include $(top_srcdir)/../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.