Rev 1250 | Rev 1330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1250 | Rev 1279 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #include <thread.h> |
35 | #include <thread.h> |
| 36 | #include <task.h> |
36 | #include <task.h> |
| 37 | #include <psthread.h> |
37 | #include <psthread.h> |
| 38 | #include <futex.h> |
38 | #include <futex.h> |
| 39 | #include <as.h> |
39 | #include <as.h> |
| - | 40 | #include <ddi.h> |
|
| 40 | 41 | ||
| 41 | int a; |
42 | int a; |
| 42 | atomic_t ftx; |
43 | atomic_t ftx; |
| 43 | 44 | ||
| 44 | int __thread stage; |
45 | int __thread stage; |