source: rtems/c/src/tests/sptests/threaditerate/threaditerate.scn @ 41ab6966

4.104.114.84.95
Last change on this file since 41ab6966 was 41ab6966, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 20:06:59

Patch from John Cotton <john.cotton@…>, Charles-Antoine Gauthier
<charles.gauthier@…>, and Darlene A. Stewart
<Darlene.Stewart@…> to add support for a number of very
significant things:

+ BSPs for many variations on the Motorola MBX8xx board series
+ Cache Manager including initial support for m68040

and PowerPC

+ Rework of mpc8xx libcpu code so all mpc8xx CPUs now use

same code base.

+ Rework of eth_comm BSP to utiltize above.

John reports this works on the 821 and 860

  • Property mode set to 100644
File size: 5.6 KB
Line 
1*** Thread Iteration Test ***
2Created and started an RTEMS task with id = 0x08010002
3Created and started an RTEMS task with id = 0x08010003
4Created and started an RTEMS task with id = 0x08010004
5Created and started a pthread with id = 0x0c010001
6Created and started a pthread with id = 0x0c010002
7Created and started a pthread with id = 0x0c010003
8Created and started an ITRON task with id = 0x10010002
9Created and started an ITRON task with id = 0x10010003
10Created and started an ITRON task with id = 0x10010004
11Sleeping for 5 seconds
12
13Looking for all threads
14
15Thread ID 0x04010001 at 0x00192364
16        type = INTERNAL_THREADS
17        state = READY
18        real priority = 255
19        current priority = 255
20        stack base = 0x0018cde8
21        stack size = 0x00002008
22
23Thread ID 0x08010001 at 0x00191390
24        type = RTEMS_TASKS
25        state = READY
26        real priority = 1
27        current priority = 1
28        stack base = 0x0018ac54
29        stack size = 0x00002008
30
31Thread ID 0x08010002 at 0x001914ec
32        type = RTEMS_TASKS
33        state = DELAYING
34        real priority = 1
35        current priority = 1
36        stack base = 0x00186ac0
37        stack size = 0x00004008
38
39Thread ID 0x08010003 at 0x00191648
40        type = RTEMS_TASKS
41        state = DELAYING
42        real priority = 1
43        current priority = 1
44        stack base = 0x0018292c
45        stack size = 0x00004008
46
47Thread ID 0x08010004 at 0x001917a4
48        type = RTEMS_TASKS
49        state = DELAYING
50        real priority = 1
51        current priority = 1
52        stack base = 0x0017c798
53        stack size = 0x00006008
54
55Thread ID 0x0c010001 at 0x0018fbf4
56        type = POSIX_THREADS
57        state = DELAYING | INTERRUPTIBLE_BY_SIGNAL
58        real priority = 1
59        current priority = 1
60        stack base = 0x00178604
61        stack size = 0x00004008
62
63Thread ID 0x0c010002 at 0x0018fd50
64        type = POSIX_THREADS
65        state = DELAYING | INTERRUPTIBLE_BY_SIGNAL
66        real priority = 1
67        current priority = 1
68        stack base = 0x00174470
69        stack size = 0x00004008
70
71Thread ID 0x0c010003 at 0x0018feac
72        type = POSIX_THREADS
73        state = DELAYING | INTERRUPTIBLE_BY_SIGNAL
74        real priority = 1
75        current priority = 1
76        stack base = 0x001702dc
77        stack size = 0x00004008
78
79Thread ID 0x10010002 at 0x0018ef58
80        type = ITRON_TASKS
81        state = DELAYING
82        real priority = 1
83        current priority = 1
84        stack base = 0x0016c148
85        stack size = 0x00004008
86
87Thread ID 0x10010003 at 0x0018f0b4
88        type = ITRON_TASKS
89        state = DELAYING
90        real priority = 1
91        current priority = 1
92        stack base = 0x00167f24
93        stack size = 0x00004008
94
95Thread ID 0x10010004 at 0x0018f210
96        type = ITRON_TASKS
97        state = DELAYING
98        real priority = 1
99        current priority = 1
100        stack base = 0x00161d00
101        stack size = 0x00006008
102
103That was it. Sleeping for 20 seconds.
104TA1  - rtems_clock_get - 09:00:10   12/31/2000
105TA2  - rtems_clock_get - 09:00:10   12/31/2000
106TA3  - rtems_clock_get - 09:00:10   12/31/2000
107pthread: ID is 0x0c010001
108 - clock_gettime - Sun Dec 31 09:00:10 2000
109
110pthread: ID is 0x0c010002
111 - clock_gettime - Sun Dec 31 09:00:10 2000
112
113pthread: ID is 0x0c010003
114 - clock_gettime - Sun Dec 31 09:00:10 2000
115ITRON task 1 - rtems_clock_get - 09:00:10   12/31/2000
116
117ITRON task 2 - rtems_clock_get - 09:00:10   12/31/2000
118ITRON task 3 - rtems_clock_get - 09:00:10   12/31/2000
119
120Deleting the second thread of each type
121
122
123Looking for all threads
124
125Thread ID 0x04010001 at 0x00192364
126        type = INTERNAL_THREADS
127        state = READY
128        real priority = 255
129        current priority = 255
130        stack base = 0x0018cde8
131        stack size = 0x00002008
132
133Thread ID 0x08010001 at 0x00191390
134        type = RTEMS_TASKS
135        state = READY
136        real priority = 1
137        current priority = 1
138        stack base = 0x0018ac54
139        stack size = 0x00002008
140
141Thread ID 0x08010002 at 0x001914ec
142        type = RTEMS_TASKS
143        state = DELAYING
144        real priority = 1
145        current priority = 1
146        stack base = 0x00186ac0
147        stack size = 0x00004008
148
149Thread ID 0x08010004 at 0x001917a4
150        type = RTEMS_TASKS
151        state = DELAYING
152        real priority = 1
153        current priority = 1
154        stack base = 0x0017c798
155        stack size = 0x00006008
156
157Thread ID 0x0c010001 at 0x0018fbf4
158        type = POSIX_THREADS
159        state = DELAYING | INTERRUPTIBLE_BY_SIGNAL
160        real priority = 1
161        current priority = 1
162        stack base = 0x00178604
163        stack size = 0x00004008
164
165Thread ID 0x0c010002 at 0x0018fd50
166        type = POSIX_THREADS
167        state = DELAYING | INTERRUPTIBLE_BY_SIGNAL
168        real priority = 1
169        current priority = 1
170        stack base = 0x00174470
171        stack size = 0x00004008
172
173Thread ID 0x0c010003 at 0x0018feac
174        type = POSIX_THREADS
175        state = DELAYING | INTERRUPTIBLE_BY_SIGNAL
176        real priority = 1
177        current priority = 1
178        stack base = 0x001702dc
179        stack size = 0x00004008
180
181Thread ID 0x10010002 at 0x0018ef58
182        type = ITRON_TASKS
183        state = DELAYING
184        real priority = 1
185        current priority = 1
186        stack base = 0x0016c148
187        stack size = 0x00004008
188
189Thread ID 0x10010003 at 0x0018f0b4
190        type = ITRON_TASKS
191        state = DORMANT
192        real priority = 1
193        current priority = 1
194        stack base = 0x00167f24
195        stack size = 0x00004008
196
197Thread ID 0x10010004 at 0x0018f210
198        type = ITRON_TASKS
199        state = DELAYING
200        real priority =1
201        current priority = 1
202        stack base = 0x00161d00
203        stack size = 0x00006008
204
205That was it. Exiting
Note: See TracBrowser for help on using the repository browser.