Rev 2079 | Rev 2081 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2079 | Rev 2080 | ||
---|---|---|---|
Line 46... | Line 46... | ||
46 | 46 | ||
47 | typedef unsigned long long task_id_t; |
47 | typedef unsigned long long task_id_t; |
48 | typedef unsigned long context_id_t; |
48 | typedef unsigned long context_id_t; |
49 | 49 | ||
50 | typedef struct task task_t; |
50 | typedef struct task task_t; |
51 | typedef enum state state_t; |
- | |
52 | typedef struct thread thread_t; |
51 | typedef struct thread thread_t; |
53 | typedef struct context context_t; |
52 | typedef struct context context_t; |
54 | typedef struct fpu_context fpu_context_t; |
53 | typedef struct fpu_context fpu_context_t; |
55 | 54 | ||
56 | typedef struct timeout timeout_t; |
55 | typedef struct timeout timeout_t; |