Changeset e351c26a in rtems
- Timestamp:
- 06/03/97 15:25:28 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4db9c861
- Parents:
- 4c3340c
- Location:
- c/src/ada-tests/sptests/sp12
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/sptests/sp12/sp12.adb
r4c3340c re351c26a 21 21 -- 22 22 23 with Interfaces; use Interfaces; 23 24 with RTEMS; 24 25 with SPTEST; … … 33 34 RTEMS.BUILD_NAME( 'I', 'N', 'I', 'T' ), 34 35 1, 35 RTEMS.MINIMUM_STACK_SIZE ,36 RTEMS.MINIMUM_STACK_SIZE * 2, 36 37 RTEMS.NO_PREEMPT, 37 38 RTEMS.DEFAULT_ATTRIBUTES, -
c/src/ada-tests/sptests/sp12/sptest.adb
r4c3340c re351c26a 69 69 1, 70 70 RTEMS.DEFAULT_ATTRIBUTES, 71 RTEMS.NO_PRIORITY, 71 72 SPTEST.SEMAPHORE_ID( 1 ), 72 73 STATUS … … 78 79 0, 79 80 RTEMS.PRIORITY, 81 RTEMS.NO_PRIORITY, 80 82 SPTEST.SEMAPHORE_ID( 2 ), 81 83 STATUS … … 87 89 1, 88 90 RTEMS.DEFAULT_ATTRIBUTES, 91 RTEMS.NO_PRIORITY, 89 92 SPTEST.SEMAPHORE_ID( 3 ), 90 93 STATUS … … 114 117 0, 115 118 RTEMS.BINARY_SEMAPHORE + RTEMS.PRIORITY + RTEMS.INHERIT_PRIORITY, 119 RTEMS.NO_PRIORITY, 116 120 SPTEST.SEMAPHORE_ID( 2 ), 117 121 STATUS … … 135 139 1, 136 140 RTEMS.BINARY_SEMAPHORE + RTEMS.PRIORITY + RTEMS.INHERIT_PRIORITY, 141 RTEMS.NO_PRIORITY, 137 142 SPTEST.SEMAPHORE_ID( 2 ), 138 143 STATUS … … 151 156 0, 152 157 RTEMS.PRIORITY, 158 RTEMS.NO_PRIORITY, 153 159 SPTEST.SEMAPHORE_ID( 2 ), 154 160 STATUS
Note: See TracChangeset
for help on using the changeset viewer.