source: rtems/c/src/tests/mptests/mp14/node1/mp14.scn @ ac7d5ef0

4.104.114.84.95
Last change on this file since ac7d5ef0 was ac7d5ef0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/95 at 17:39:37

Initial revision

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