Rev 623 | Rev 1062 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 623 | Rev 850 | ||
|---|---|---|---|
| Line 90... | Line 90... | ||
| 90 | thread_exit(); |
90 | thread_exit(); |
| 91 | } |
91 | } |
| 92 | 92 | ||
| 93 | void test(void) |
93 | void test(void) |
| 94 | { |
94 | { |
| 95 | context_t ctx; |
- | |
| 96 | __u32 i, k; |
95 | __u32 i, k; |
| 97 | 96 | ||
| 98 | printf("Semaphore test #2\n"); |
97 | printf("Semaphore test #2\n"); |
| 99 | 98 | ||
| 100 | waitq_initialize(&can_start); |
99 | waitq_initialize(&can_start); |