Rev 2042 | Rev 2053 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2042 | Rev 2050 | ||
|---|---|---|---|
| Line 108... | Line 108... | ||
| 108 | } |
108 | } |
| 109 | atomic_inc(&threads_ok); |
109 | atomic_inc(&threads_ok); |
| 110 | } |
110 | } |
| 111 | 111 | ||
| 112 | 112 | ||
| 113 | char * test_mips2(void) |
113 | char * test_mips2(bool quiet) |
| 114 | { |
114 | { |
| 115 | unsigned int i, total = 0; |
115 | unsigned int i, total = 0; |
| 116 | 116 | ||
| 117 | waitq_initialize(&can_start); |
117 | waitq_initialize(&can_start); |
| 118 | atomic_set(&threads_ok, 0); |
118 | atomic_set(&threads_ok, 0); |