Changeset 70b6de1 in mainline for kernel/test/test.c
- Timestamp:
- 2006-12-11T19:33:19Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e54fb21
- Parents:
- f272cb8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/test.c
rf272cb8 r70b6de1 114 114 true 115 115 }, 116 { 117 "rwlock1", 118 "RW-lock test 1", 119 &test_rwlock1, 120 true 121 }, 122 { 123 "rwlock2", 124 "RW-lock test 2", 125 &test_rwlock2, 126 true 127 }, 128 { 129 "rwlock3", 130 "RW-lock test 3", 131 &test_rwlock3, 132 true 133 }, 134 { 135 "rwlock4", 136 "RW-lock test 4", 137 &test_rwlock4, 138 true 139 }, 140 { 141 "rwlock5", 142 "RW-lock test 5", 143 &test_rwlock5, 144 true 145 }, 146 { 147 "semaphore1", 148 "Semaphore test 1", 149 &test_semaphore1, 150 true 151 }, 152 { 153 "semaphore2", 154 "Semaphore test 2", 155 &test_semaphore2, 156 true 157 }, 158 { 159 "print1", 160 "Printf test", 161 &test_print1, 162 true 163 }, 164 { 165 "thread1", 166 "Thread test", 167 &test_thread1, 168 true 169 }, 170 { 171 "sysinfo1", 172 "Sysinfo test", 173 &test_sysinfo1, 174 true 175 }, 116 176 {NULL, NULL, NULL} 117 177 };
Note:
See TracChangeset
for help on using the changeset viewer.