Rev 2021 | Rev 2027 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2021 | Rev 2022 | ||
---|---|---|---|
Line 111... | Line 111... | ||
111 | "purge1", |
111 | "purge1", |
112 | "Itanium TLB purge test", |
112 | "Itanium TLB purge test", |
113 | &test_purge1, |
113 | &test_purge1, |
114 | true |
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 | {NULL, NULL, NULL} |
176 | {NULL, NULL, NULL} |
117 | }; |
177 | }; |
118 | 178 | ||
119 | /** @} |
179 | /** @} |
120 | */ |
180 | */ |