Rev 1228 | Rev 1279 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1228 | Rev 1250 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | #include <ns.h> |
34 | #include <ns.h> |
| 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 | 40 | ||
| 40 | int a; |
41 | int a; |
| 41 | atomic_t ftx; |
42 | atomic_t ftx; |
| 42 | 43 | ||
| 43 | int __thread stage; |
44 | int __thread stage; |