Rev 3343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3343 | Rev 3862 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | #include <test.h> |
33 | #include <test.h> |
34 | #include <atomic.h> |
34 | #include <atomic.h> |
35 | #include <proc/thread.h> |
35 | #include <proc/thread.h> |
36 | 36 | ||
37 | #include <arch.h> |
37 | #include <arch.h> |
- | 38 | #include <arch/asm.h> |
|
38 | 39 | ||
39 | #define THREADS 5 |
40 | #define THREADS 5 |
40 | 41 | ||
41 | static atomic_t finish; |
42 | static atomic_t finish; |
42 | static atomic_t threads_finished; |
43 | static atomic_t threads_finished; |