Subversion Repositories HelenOS

Rev

Rev 2080 | Rev 2085 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2080 Rev 2081
Line 50... Line 50...
50
typedef struct task task_t;
50
typedef struct task task_t;
51
typedef struct thread thread_t;
51
typedef struct thread thread_t;
52
typedef struct context context_t;
52
typedef struct context context_t;
53
typedef struct fpu_context fpu_context_t;
53
typedef struct fpu_context fpu_context_t;
54
 
54
 
55
typedef struct timeout timeout_t;
-
 
56
 
-
 
57
typedef struct runq runq_t;
-
 
58
 
-
 
59
typedef struct spinlock spinlock_t;
55
typedef struct spinlock spinlock_t;
60
typedef struct mutex mutex_t;
56
typedef struct mutex mutex_t;
61
typedef struct semaphore semaphore_t;
57
typedef struct semaphore semaphore_t;
62
typedef struct rwlock rwlock_t;
58
typedef struct rwlock rwlock_t;
63
typedef enum rwlock_type rwlock_type_t;
59
typedef enum rwlock_type rwlock_type_t;
Line 71... Line 67...
71
typedef struct as_area as_area_t;
67
typedef struct as_area as_area_t;
72
typedef struct as as_t;
68
typedef struct as as_t;
73
 
69
 
74
typedef struct link link_t;
70
typedef struct link link_t;
75
 
71
 
76
typedef struct the the_t;
-
 
77
 
-
 
78
typedef struct chardev chardev_t;
72
typedef struct chardev chardev_t;
79
 
73
 
80
typedef enum cmd_arg_type cmd_arg_type_t;
74
typedef enum cmd_arg_type cmd_arg_type_t;
81
typedef struct cmd_arg cmd_arg_t;
75
typedef struct cmd_arg cmd_arg_t;
82
typedef struct cmd_info cmd_info_t;
76
typedef struct cmd_info cmd_info_t;