source: rtems/testsuites/mptests/mp14/node2/mp14.scn @ 4b374f36

4.104.114.84.95
Last change on this file since 4b374f36 was 497428a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/30/95 at 19:42:36

cpu/*types.h added and successfully compiled.
IDLE task priority changed from 0 to 255 during initialization.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1*** TEST 14 -- NODE 2 ***
2Creating Event task (Global)
3Starting Event task (Global)
4Creating Semaphore task (Global)
5About to go to sleep!
6Starting Semaphore task (Global)
7Creating Message Queue task (Global)
8Getting SMID of semaphore
9Starting Message Queue task (Global)
10Creating Partition task (Global)
11Getting ID of msg queue
12Starting Partition task (Global)
13Getting ID of partition
14Waking up!
15Remote task's name is : 111
16Getting TID of remote task
17Receiving events from remote task
18<stream of following characters>
19
20. - indicates 100 iterations of
21    tm_evafter of 1 tick and rtems_event_receive.
22
23e - indicates that 100
24    events have been sent to the remote task.
25
26m - indicates 100 iterations of
27    rtems_message_queue_send and rtems_message_queue_receive.
28
29p - indicates 100 iterations of
30    rtems_partition_get_buffer and rtems_partition_return_buffer.
31
32s - indicates 100 iterations of
33    rtems_semaphore_obtain and rtems_semaphore_release.
34
35NOTES: 1.  The messages could be interspersed.
36       2.  If one of the nodes exits first, the other may report
37           timeout errors on blocking directives.
38   
Note: See TracBrowser for help on using the repository browser.