Rev 534 | Rev 1020 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 827 | ||
---|---|---|---|
Line 124... | Line 124... | ||
124 | printf("ok\n"); |
124 | printf("ok\n"); |
125 | 125 | ||
126 | thread_sleep(1); |
126 | thread_sleep(1); |
127 | waitq_wakeup(&can_start, WAKEUP_ALL); |
127 | waitq_wakeup(&can_start, WAKEUP_ALL); |
128 | 128 | ||
129 | while (threads_ok != THREADS) |
129 | while (atomic_get(&threads_ok) != THREADS) |
130 | ; |
130 | ; |
131 | 131 | ||
132 | printf("Test passed.\n"); |
132 | printf("Test passed.\n"); |
133 | } |
133 | } |