Subversion Repositories HelenOS-historic

Rev

Rev 1113 | Rev 1128 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1113 Rev 1125
Line 40... Line 40...
40
#endif /* context_set */
40
#endif /* context_set */
41
 
41
 
42
typedef sysarg_t pstid_t;
42
typedef sysarg_t pstid_t;
43
 
43
 
44
struct psthread_data {
44
struct psthread_data {
45
    struct psthread_data *self; /* IA32,AMD64 needs to get self address */
45
    struct psthread_data *self; /* ia32, amd64 needs to get self address */
46
 
46
 
47
    link_t list;
47
    link_t list;
48
    context_t ctx;
48
    context_t ctx;
49
    void *stack;
49
    void *stack;
50
    void *arg;
50
    void *arg;