source: rtems/testsuites/sptests/sp15/sp15.scn @ 3652ad35

4.104.114.84.95
Last change on this file since 3652ad35 was 5250ff39, checked in by Joel Sherrill <joel.sherrill@…>, on 08/23/95 at 21:06:31

Moved _Thread_Information -> _RTEMS_tasks_Information.

Added a table of object information control blocks.

Modified _Thread_Get so it looks up a thread regardless of which
thread management "entity" (manager, internal, etc) actually "owns" it.

  • Property mode set to 100644
File size: 939 bytes
Line 
1*** TEST 15 ***
2INIT - rtems_partition_create - partition 1
3INIT - rtems_partition_create - partition 2
4TA1 - rtems_partition_ident - partition 1 id = 18010001
5TA1 - rtems_partition_ident - partition 2 id = 18010002
6TA1 - rtems_partition_get_buffer - buffer 1 from partition 1  - 0x00000000
7TA1 - rtems_partition_get_buffer - buffer 2 from partition 1  - 0x00000200
8TA1 - rtems_partition_get_buffer - buffer 1 from partition 2  - 0x00000000
9TA1 - rtems_partition_get_buffer - buffer 2 from partition 2  - 0x00000080
10TA1 - rtems_partition_return_buffer - buffer 1 to partition 1 - 0x00000000
11TA1 - rtems_partition_return_buffer - buffer 2 to partition 1 - 0x00000200
12TA1 - rtems_partition_return_buffer - buffer 1 to partition 2 - 0x00000000
13TA1 - rtems_partition_return_buffer - buffer 2 to partition 2 - 0x00000080
14TA1 - rtems_partition_delete - delete partition 1
15TA1 - rtems_partition_delete - delete partition 2
16*** END OF TEST 15 ***
Note: See TracBrowser for help on using the repository browser.