1 | *** TEST 14 -- NODE 1 *** |
---|
2 | Creating Semaphore (Global) |
---|
3 | Creating Message Queue (Global) |
---|
4 | Creating Partition (Global) |
---|
5 | Creating Event task (Global) |
---|
6 | Starting Event task (Global) |
---|
7 | Creating Semaphore task (Global) |
---|
8 | About to go to sleep! |
---|
9 | Starting Semaphore task (Global) |
---|
10 | Creating Message Queue task (Global) |
---|
11 | Getting SMID of semaphore |
---|
12 | Starting Message Queue task (Global) |
---|
13 | Creating Partition task (Global) |
---|
14 | Getting ID of msg queue |
---|
15 | Starting Partition task (Global) |
---|
16 | Getting ID of partition |
---|
17 | Waking up! |
---|
18 | Remote task's name is : 222 |
---|
19 | Getting TID of remote task |
---|
20 | Sending 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 | |
---|
26 | e - indicates that 100 |
---|
27 | events have been sent to the remote task. |
---|
28 | |
---|
29 | m - indicates 100 iterations of |
---|
30 | rtems_message_queue_send and rtems_message_queue_receive. |
---|
31 | |
---|
32 | p - indicates 100 iterations of |
---|
33 | rtems_partition_get_buffer and rtems_partition_return_buffer. |
---|
34 | |
---|
35 | s - indicates 100 iterations of |
---|
36 | rtems_semaphore_obtain and rtems_semaphore_release. |
---|
37 | |
---|
38 | NOTE: The messages could be interspersed. |
---|